IHubIncomingInvokerContext Properties

.NET Framework 4.5

The IHubIncomingInvokerContext type exposes the following members.

  NameDescription
Public property Args The arguments to be passed to the invoked method.
Public property Hub A hub instance that contains the invoked method as a member.
Public property MethodDescriptor A description of the method being invoked by the client.
Public property StateTracker A key-value store representing the hub state on the client at the time of the invocation.
Top
Show: