IHubOutgoingInvokerContext Properties
.NET Framework 4.5
Top
The IHubOutgoingInvokerContext type exposes the following members.
| Name | Description | |
|---|---|---|
|
Connection | The IConnection , if any, corresponding to the client that invoked the server-side hub method that is invoking the client-side hub method. |
|
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 . |
|
Invocation | A description of the method call to be made on the client. |
|
Signal | The signal (ConnectionId, hub type name or hub type name + "." + group name) belonging to clients that receive the method invocation. |
Show: