ITransport::TransportConnected Property

.NET Framework 4.5

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

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

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

Property Value

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