IHubIncomingInvokerContext::Args Property

.NET Framework 4.5

The arguments to be passed to the invoked method.

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

property IList<Object^>^ Args {
	IList<Object^>^ get ();
}
Show: