Click or drag to resize
ITaskGroupUserInfoProviderGetAsync Method
Asynchronously gets an instance of the TaskGroupUserInfo binding structure.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax
C#
Task<TaskGroupUserInfo> GetAsync(
	int taskGroupId,
	int userId,
	Nullable<CancellationToken> cancellationToken = null
)

Parameters

taskGroupId
Type: SystemInt32
Task group ID.
userId
Type: SystemInt32
User ID.
cancellationToken (Optional)
Type: SystemNullableCancellationToken
The cancellation instruction.

Return Value

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