IHubIncomingInvokerContext Properties
.NET Framework 4.5
Top
The IHubIncomingInvokerContext type exposes the following members.
| Name | Description | |
|---|---|---|
|
Args | The arguments to be passed to the invoked method. |
|
Hub | A hub instance that contains the invoked method as a member. |
|
MethodDescriptor | A description of the method being invoked by the client. |
|
StateTracker | A key-value store representing the hub state on the client at the time of the invocation. |
Show: