Udostępnij za pośrednictwem


SignalRAsyncCollector<T>.AddAsync(T, CancellationToken) Method

Definition

public System.Threading.Tasks.Task AddAsync (T item, System.Threading.CancellationToken cancellationToken = default);
abstract member AddAsync : 'T * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.AddAsync : 'T * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function AddAsync (item As T, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

item
T
cancellationToken
CancellationToken

Returns

Implements

Microsoft.Azure.WebJobs.IAsyncCollector`1.AddAsync(`0,System.Threading.CancellationToken)

Applies to