public Task CloseTaskItemAsync( Guid taskItemGuid )
Public Function CloseTaskItemAsync( _ 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 OpenTaskFileAsync(String) or OpenTaskFileAsync(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.