IHubOutgoingInvokerContext Interface

.NET Framework 4.5

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

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

public interface class IHubOutgoingInvokerContext

The IHubOutgoingInvokerContext type exposes the following members.

  NameDescription
Public propertyConnectionGets the IConnection , if any, corresponding to the client that invoked the server-side hub method that is invoking the client-side hub method.
Public propertyExcludedSignalsGets the signals (ConnectionId, hub type name or hub type name + "." + group name) belonging to clients that should not receive the method invocation regardless of the Signal.
Public propertyInvocationGets a description of the method call to be made on the client.
Public propertySignalGets the signal (ConnectionId, hub type name or hub type name + "." + group name) belonging to clients that receive the method invocation.
Public propertySignalsThe signals (ConnectionId, hub type name or hub type name + "." + group name) belonging to clients that receive the method invocation.
Top
Show: