ITransport::Connected Property

.NET Framework 4.5

Gets or sets a callback that is invoked when the initial connection connects to the transport.

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

property Func<Task^>^ Connected {
	Func<Task^>^ get ();
	void set (Func<Task^>^ value);
}

Property Value

Type: System::Func<Task>
Returns Func<TResult>.
Show: