Click or drag to resize
IStagingTaskUserInfoProviderGetAsync Method
Asynchronously gets an instance of the StagingTaskUserInfo binding structure.

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

Parameters

taskId
Type: SystemInt32
Staging task ID.
userId
Type: SystemInt32
User ID.
cancellationToken (Optional)
Type: SystemNullableCancellationToken
The cancellation instruction.

Return Value

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