| IScoreContactRuleInfoProviderGetAsync Method (Int32, Int32, Int32, NullableCancellationToken) | 
 
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
 Syntax
SyntaxTask<ScoreContactRuleInfo> GetAsync(
	int scoreId,
	int contactId,
	int ruleId,
	Nullable<CancellationToken> cancellationToken = null
)
Parameters
- scoreId
- Type: SystemInt32
 Score ID.
- contactId
- Type: SystemInt32
 Contact ID.
- ruleId
- Type: SystemInt32
 Rule ID.
- cancellationToken (Optional)
- Type: SystemNullableCancellationToken
 The cancellation instruction.
Return Value
Type: 
TaskScoreContactRuleInfoReturns a task returning either an instance of 
ScoreContactRuleInfo corresponding to given identifiers or null.
 See Also
See Also