Share via


Dispatcher.IDispatcher.TryPostAsync(CancellationToken) 方法

定义

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

参数

返回

实现

适用于