IHubOutgoingInvokerContext::Signal Property

.NET Framework 4.5

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)

property String^ Signal {
	String^ get ();
}

Property Value

Type: System::String
Show: