ClientHubInvocation Properties
.NET Framework 4.5
Top
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 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: