MessageBus::CreateSubscription Method

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Messaging
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
)

Parameters

subscriber
Type: Microsoft.AspNet.SignalR.Messaging::ISubscriber
cursor
Type: System::String
callback
Type: System::Func<MessageResult, Task<Boolean>>
messageBufferSize
Type: System::Int32
Show: