SignalRAsyncCollector<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>