ScaleoutMessageBus::CreateSubscription Method
.NET Framework 4.5This member overrides MessageBus::CreateSubscription(ISubscriber, String, Func<MessageResult, Task<Boolean>>, Int32). 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: virtual Subscription^ CreateSubscription( ISubscriber^ subscriber, String^ cursor, Func<MessageResult, Task<bool>^>^ callback, int messageBufferSize ) override
Parameters
- subscriber
- Type: Microsoft.AspNet.SignalR.Messaging::ISubscriber
- cursor
- Type: System::String
- callback
- Type: System::Func<MessageResult, Task<Boolean>>
- messageBufferSize
- Type: System::Int32
Show: