ClientHubInvocation::Args Property

.NET Framework 4.5

The argument list the client-side hub method will be called with.

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

[JsonPropertyAttribute(L"A")]
public:
property array<Object^>^ Args {
	array<Object^>^ get ();
	void set (array<Object^>^ value);
}

Property Value

Type: array<System::Object>
Returns Object.
Show: