ServiceBusMessageBus Constructor

.NET Framework 4.5

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

public:
ServiceBusMessageBus(
	String^ connectionString, 
	int partitionCount, 
	int nodeCount, 
	int nodeId, 
	String^ topicPrefix, 
	IDependencyResolver^ resolver
)

Parameters

connectionString
Type: System::String
partitionCount
Type: System::Int32
nodeCount
Type: System::Int32
nodeId
Type: System::Int32
topicPrefix
Type: System::String
resolver
Type: Microsoft.AspNet.SignalR::IDependencyResolver
Show: