Message Constructor (String, String, String)

.NET Framework 4.5

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

public:
Message(
	String^ source, 
	String^ key, 
	String^ value
)

Parameters

source
Type: System::String
key
Type: System::String
value
Type: System::String
Show: