IHubIncomingInvokerContext Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
A description of a server-side hub method invocation originating from a client.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The IHubIncomingInvokerContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Args | Gets the arguments to be passed to the invoked method. |
![]() | Hub | Gets a hub instance that contains the invoked method as a member. |
![]() | MethodDescriptor | Gets a description of the method being invoked by the client. |
![]() | StateTracker | Gets a key-value store representing the hub state on the client at the time of the invocation. |
Show:
