ClientHubInvocation Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Describes a client-side hub method invocation.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The ClientHubInvocation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Args | Gets or sets the argument list the client-side hub method will be called with. |
![]() | 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-side hub method 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:
