ImpexiumClient.UpdateUserTaskProgressOrMarkAsCompletedAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update User Task Progress or Mark as Completed
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Impexium.Models.UserTaskData> UpdateUserTaskProgressOrMarkAsCompletedAsync(string userIdOrEmail, Azure.Connectors.Sdk.Impexium.Models.UserTaskData input, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateUserTaskProgressOrMarkAsCompletedAsync : string * Azure.Connectors.Sdk.Impexium.Models.UserTaskData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Impexium.Models.UserTaskData>
override this.UpdateUserTaskProgressOrMarkAsCompletedAsync : string * Azure.Connectors.Sdk.Impexium.Models.UserTaskData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Impexium.Models.UserTaskData>
Public Overridable Function UpdateUserTaskProgressOrMarkAsCompletedAsync (userIdOrEmail As String, input As UserTaskData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of UserTaskData)
Parameters
- userIdOrEmail
- String
User ID or Email
- input
- UserTaskData
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Update User Task Progress or Mark as Completed response.
Remarks
Update User Task Progress or Mark as Completed