HubResponse::Result Property

.NET Framework 4.5

The result of the invocation.

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

[JsonPropertyAttribute(L"R", NullValueHandling = NullValueHandling::Ignore)]
public:
property Object^ Result {
	Object^ get ();
	void set (Object^ value);
}

Property Value

Type: System::Object
Returns Object.
Show: