共用方式為


ScorableAggregator<OuterItem,OuterState,OuterScore,InnerItem,InnerState,InnerScore>.PostAsync 方法

定義

protected override System.Threading.Tasks.Task PostAsync (OuterItem item, OuterState state, System.Threading.CancellationToken token);
override this.PostAsync : 'OuterItem * 'OuterState * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overrides Function PostAsync (item As OuterItem, state As OuterState, token As CancellationToken) As Task

參數

item
OuterItem
state
OuterState

傳回

適用於