GroupManager::Send Method

.NET Framework 4.5

Sends a value to the specified group.

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

public:
virtual Task^ Send(
	String^ groupName, 
	Object^ value, 
	... array<String^>^ excludeConnectionIds
) sealed

Parameters

groupName
Type: System::String
The name of the group.
value
Type: System::Object
The value to send.
excludeConnectionIds
Type: array<System::String>
The list of connection ids to exclude.

Return Value

Type: System.Threading.Tasks::Task
A task that represents when send is complete.

Implements

IConnectionGroupManager::Send(String, Object, array<String>)
Show: