IHubIncomingInvokerContext.Args Property
.NET Framework 4
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)
Syntax
'Declaration
ReadOnly Property Args As IList(Of Object)
Get
'Usage
Dim instance As IHubIncomingInvokerContext
Dim value As IList(Of Object)
value = instance.Args
IList<Object> Args { get; }
property IList<Object^>^ Args {
IList<Object^>^ get ();
}
abstract Args : IList<Object>
function get Args () : IList<Object>
Property Value
Type: System.Collections.Generic.IList<Object>