TopicMessageBus Constructor

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.ServiceBus
Assembly:  Microsoft.AspNet.SignalR.ServiceBus (in Microsoft.AspNet.SignalR.ServiceBus.dll)

public:
TopicMessageBus(
	String^ connectionString, 
	int partitionCount, 
	int nodeCount, 
	int nodeId, 
	String^ prefix, 
	Func<String^, unsigned long long, array<Message^>^, Task^>^ onReceivedAsync
)

Parameters

connectionString
Type: System::String
partitionCount
Type: System::Int32
nodeCount
Type: System::Int32
nodeId
Type: System::Int32
prefix
Type: System::String
onReceivedAsync
Type: System::Func<String, UInt64, array<Message>, Task>
Show: