HubInvocation Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Client.Hubs
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Top
Represents the hubs invocation of the client.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
The HubInvocation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Args | Gets or sets the argument list of the client hub method will be called with. |
![]() | CallbackId | Gets or sets the callback identifier of the hub invocation property. |
![]() | Hub | Gets or sets the name of the hub that the method being invoked belongs to. |
![]() | Method | Gets or sets the name of the client hub method to be invoked. |
![]() | State | Gets or sets a key-value store representing the hub state on the server that has changed since the last time the hub state was sent to the client. |
Show:
