CommandType Enumeration

.NET Framework 4.5

Enumerates the commands for connection message.

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

public enum class CommandType

Member nameDescription
AbortAborts the connection.
AddToGroupAdds a connection to a group.
DisconnectDisconnects the current connection.
InitializingSpecifies the command to initialize the connection.

RemoveFromGroupRemoves a connection from a group.

No content here will be updated; please do not add material here.

Show: