GroupManager::Send Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Sends a value to the specified group.
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.
Implements
IConnectionGroupManager::Send(String, Object, array<String>)
Show: