SignalRAsyncCollector<T> Class

Definition

An SignalR async collector used to send SignalR message or group action.

public class SignalRAsyncCollector<T> : Microsoft.Azure.WebJobs.IAsyncCollector<T>
type SignalRAsyncCollector<'T> = class
    interface IAsyncCollector<'T>
Public Class SignalRAsyncCollector(Of T)
Implements IAsyncCollector(Of T)

Type Parameters

T
Inheritance
SignalRAsyncCollector<T>
Implements
Microsoft.Azure.WebJobs.IAsyncCollector<T>

Methods

AddAsync(T, CancellationToken)
FlushAsync(CancellationToken)

Applies to