PersistentResponse::ExcludeFilter Property

.NET Framework 4.5

Gets or sets a filter that determines whether messages should be written to the client.

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

public:
property Func<Message^, bool>^ ExcludeFilter {
	Func<Message^, bool>^ get ();
	private: void set (Func<Message^, bool>^ value);
}

Property Value

Type: System::Func<Message, Boolean>
A filter that determines whether messages should be written to the client.
Show: