ClientHubInvocation Class
Visual Studio 2010
.NET Framework 4
Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
A description of 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 | The argument list the client-side hub method will be called with. |
![]() | Hub | The name of the hub that the method being invoked belongs to. |
![]() | Method | The name of the client-side hub method to be invoked. |
![]() | State | 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. |
![]() | Target | The signal that clients receiving this invocation are subscribed to. |
Show:
