ConnectionMessage Constructor (String, Object)

.NET Framework 4.5

Initializes a new instance of the ConnectionMessage class.

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

public:
ConnectionMessage(
	String^ signal, 
	Object^ value
)

Parameters

signal
Type: System::String
The signal.
value
Type: System::Object
The payload of the message.
Show: