다음을 통해 공유


Scorable.TryPostAsync<Item,Score> 메서드

정의

점수가 매겨진 단일 점수에 대해 점수가 매겨진 호출 프로토콜을 호출합니다.

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

반환

적용 대상