Dispatcher.IDispatcher.TryPostAsync(CancellationToken) Method

Definition

System.Threading.Tasks.Task<bool> IDispatcher.TryPostAsync (System.Threading.CancellationToken token);
abstract member Microsoft.Bot.Builder.Scorables.IDispatcher.TryPostAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
override this.Microsoft.Bot.Builder.Scorables.IDispatcher.TryPostAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Function TryPostAsync (token As CancellationToken) As Task(Of Boolean) Implements IDispatcher.TryPostAsync

Parameters

Returns

Implements

Applies to