IHubOutgoingInvokerContext.Signal Property

.NET Framework 4

The signal (ConnectionId, hub type name or hub type name + "." + group name) belonging to clients that receive the method invocation.

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

Syntax

'Declaration
ReadOnly Property Signal As String 
    Get
'Usage
Dim instance As IHubOutgoingInvokerContext 
Dim value As String 

value = instance.Signal
string Signal { get; }
property String^ Signal {
    String^ get ();
}
abstract Signal : string
function get Signal () : String

Property Value

Type: System.String

See Also

Reference

IHubOutgoingInvokerContext Interface

Microsoft.AspNet.SignalR.Hubs Namespace