PlannerClient.GetTaskDetailsAsync(String, CancellationToken) 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.
Get task details
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Planner.Models.GetTaskDetailsResponse> GetTaskDetailsAsync(string taskId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTaskDetailsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Planner.Models.GetTaskDetailsResponse>
override this.GetTaskDetailsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Planner.Models.GetTaskDetailsResponse>
Public Overridable Function GetTaskDetailsAsync (taskId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetTaskDetailsResponse)
Parameters
- taskId
- String
Task Id
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get task details response.
Remarks
Get the task details for an existing task.