GroupManager Constructor

.NET Framework 4.5

Initializes a new instance of the GroupManager class.

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

public:
GroupManager(
	IConnection^ connection, 
	String^ groupPrefix
)

Parameters

connection
Type: Microsoft.AspNet.SignalR::IConnection
The IConnection this group resides on.
groupPrefix
Type: System::String
The prefix for this group. Either a IHub name or PersistentConnection type name.
Show: