GroupManager::Remove Method

.NET Framework 4.5

Removes a connection from the specified group.

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

public:
virtual Task^ Remove(
	String^ connectionId, 
	String^ groupName
) sealed

Parameters

connectionId
Type: System::String
The connection id to remove from the group.
groupName
Type: System::String
The name of the group

Return Value

Type: System.Threading.Tasks::Task
A task that represents the connection id being removed from the group.

Implements

IGroupManager::Remove(String, String)
Show: