Command Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Represents the commands in use with SignalR messaging.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The Command type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CommandType | Gets or sets the type of commands. |
![]() | Id | Gets or sets the command identifier. |
![]() | Value | Gets or sets a command value. |
![]() | WaitForAck | Gets or sets whether the command waits for the certification before execution. |
Show:
