IHubIncomingInvokerContext Interface

.NET Framework 4.5

A description of a server-side hub method invocation originating from a client.

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public interface class IHubIncomingInvokerContext

The IHubIncomingInvokerContext type exposes the following members.

  NameDescription
Public propertyArgsGets the arguments to be passed to the invoked method.
Public propertyHubGets a hub instance that contains the invoked method as a member.
Public propertyMethodDescriptorGets a description of the method being invoked by the client.
Public propertyStateTrackerGets a key-value store representing the hub state on the client at the time of the invocation.
Top
Show: