MessageResult::Messages Property

.NET Framework 4.5

Gets an IListMessage associated with the result.

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

public:
property IList<ArraySegment<Message^>>^ Messages {
	IList<ArraySegment<Message^>>^ get ();
	private: void set (IList<ArraySegment<Message^>>^ value);
}
Show: