TextRequestClient.GetDashboardAsync(Int32, CancellationToken) Method

Definition

Get info on this specific dashboard

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.GetDashboardResponse> GetDashboardAsync(int idOfTheDashboardToMakeThisCallOn, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDashboardAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.GetDashboardResponse>
override this.GetDashboardAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.GetDashboardResponse>
Public Overridable Function GetDashboardAsync (idOfTheDashboardToMakeThisCallOn As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetDashboardResponse)

Parameters

idOfTheDashboardToMakeThisCallOn
Int32

Id of the dashboard to make this call on

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get info on this specific dashboard response.

Remarks

Returns the name and phone of the dashboard.

Applies to