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

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax
C#
Task<AccountContactInfo> GetAsync(
	int accountId,
	int contactId,
	Nullable<CancellationToken> cancellationToken = null
)

Parameters

accountId
Type: SystemInt32
Account ID.
contactId
Type: SystemInt32
Contact ID.
cancellationToken (Optional)
Type: SystemNullableCancellationToken
The cancellation instruction.

Return Value

Type: TaskAccountContactInfo
Returns a task returning either an instance of AccountContactInfo corresponding to given identifiers or null.
See Also