ConnectionMessage::ExcludedSignals Property

.NET Framework 4.5

Represents a list of signals that should be used to filter what connections receive this message.

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

public:
property IList<String^>^ ExcludedSignals {
	IList<String^>^ get ();
	private: void set (IList<String^>^ value);
}
Show: