ObservableConnection<T> Constructor

.NET Framework 4.5

Initializes a new instance of the ObservableConnection<T> class.

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

public:
ObservableConnection(
	Connection^ connection, 
	Func<String^, T>^ convert
)

Parameters

connection
Type: Microsoft.AspNet.SignalR.Client::Connection
convert
Type: System::Func<String, T>
Show: