Subscription Constructor
Visual Studio 2010
.NET Framework 4 Namespace:
Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
protected: Subscription( String^ identity, IEnumerable<String^>^ eventKeys, Func<MessageResult, Task<bool>^>^ callback, int maxMessages, IPerformanceCounterManager^ counters )
Parameters
- identity
- Type: System::String
- eventKeys
- Type: System.Collections.Generic::IEnumerable<String>
- callback
- Type: System::Func<MessageResult, Task<Boolean>>
- maxMessages
- Type: System::Int32
Show: