Click or drag to resize
TaxClassStateInfoProviderGetAsync Method (Int32, Int32, NullableCancellationToken)
Asynchronously gets an instance of the TaxClassStateInfo binding structure.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public virtual Task<TaxClassStateInfo> GetAsync(
	int taxClassId,
	int stateId,
	Nullable<CancellationToken> cancellationToken = null
)

Parameters

taxClassId
Type: SystemInt32
Tax class ID.
stateId
Type: SystemInt32
State ID.
cancellationToken (Optional)
Type: SystemNullableCancellationToken
The cancellation instruction.

Return Value

Type: TaskTaxClassStateInfo
Returns a task returning either an instance of TaxClassStateInfo corresponding to given identifiers or null.

Implements

ITaxClassStateInfoProviderGetAsync(Int32, Int32, NullableCancellationToken)
See Also