public static Task CloseTaskAsync( Guid taskItemGuid )
Public Shared Function CloseTaskAsync( _ ByVal taskItemGuid As Guid _ ) As Task
Parameters
- taskItemGuid
- A unique identifier used to identify the task item to be closed. This identifier is the return value from the OpenTaskAsync(String) or OpenTaskAsync(String,Guid) API calls. Alternatively the identifier can be retrieved from the Task project item with the TaskProjectItem.TaskItemGuid property.
Return Value
A Task that represents CloseTask.