TextRequestClient.GetDashboardAsync(Int32, 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 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.