次の方法で共有


Scorable.TryPostAsync<Item,Score> メソッド

定義

1 つのスコアリング可能に対してスコアリング可能な呼び出しプロトコルを呼び出します。

public static System.Threading.Tasks.Task<bool> TryPostAsync<Item,Score> (this Microsoft.Bot.Builder.Scorables.IScorable<Item,Score> scorable, Item item, System.Threading.CancellationToken token);
static member TryPostAsync : Microsoft.Bot.Builder.Scorables.IScorable<'Item, 'Score> * 'Item * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
<Extension()>
Public Function TryPostAsync(Of Item, Score) (scorable As IScorable(Of Item, Score), item As Item, token As CancellationToken) As Task(Of Boolean)

型パラメーター

Item
Score

パラメーター

item
Item

戻り値

適用対象