IHubOutgoingInvokerContext Properties

.NET Framework 4.5

The IHubOutgoingInvokerContext type exposes the following members.

  NameDescription
Public property Connection The IConnection , if any, corresponding to the client that invoked the server-side hub method that is invoking the client-side hub method.
Public property ExcludedSignals 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 property Invocation A description of the method call to be made on the client.
Public property Signal The signal (ConnectionId, hub type name or hub type name + "." + group name) belonging to clients that receive the method invocation.
Top
Show: