Command Constructor
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New Command()
public Command()
public:
Command()
new : unit -> Command
public function Command()