IHubOutgoingInvokerContext Interface

.NET Framework 4

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)

Syntax

'Declaration
Public Interface IHubOutgoingInvokerContext
'Usage
Dim instance As IHubOutgoingInvokerContext
public interface IHubOutgoingInvokerContext
public interface class IHubOutgoingInvokerContext
type IHubOutgoingInvokerContext =  interface end
public interface IHubOutgoingInvokerContext

The IHubOutgoingInvokerContext type exposes the following members.

Properties

  Name Description
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

See Also

Reference

Microsoft.AspNet.SignalR.Hubs Namespace