EventSourceStreamReader::Disabled Property

.NET Framework 4.5

Invoked when the reader enters the Stopped state whether or not it was previously in the Processing state.

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

public:
property Action^ Disabled {
	Action^ get ();
	void set (Action^ value);
}

Property Value

Type: System::Action
Returns Action.
Show: