ConnectionMessage Constructor (String, Object, IList<String>)

.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, 
	IList<String^>^ excludedSignals
)

Parameters

signal
Type: System::String
The signal.
value
Type: System::Object
The payload of the message.
excludedSignals
Type: System.Collections.Generic::IList<String>
The signals to exclude.
Show: