IHubOutgoingInvokerContext::ExcludedSignals Property

.NET Framework 4.5

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 .

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

property IList<String^>^ ExcludedSignals {
	IList<String^>^ get ();
}
Show: