IHubOutgoingInvokerContext Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
A description of a client-side hub method invocation originating from the server.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
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:
