IConnectionGroupManager Interface

.NET Framework 4.5

Manages groups for a connection and allows sending messages to the group.

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

public interface class IConnectionGroupManager : IGroupManager

The IConnectionGroupManager type exposes the following members.

  NameDescription
Public methodAddAdds a connection to the specified group. (Inherited from IGroupManager.)
Public methodRemoveRemoves a connection from the specified group. (Inherited from IGroupManager.)
Public methodSend(IList<String>, Object, array<String>)Sends a value to the specified groups.
Public methodSend(String, Object, array<String>)Sends a value to the specified group.
Top
Show: