HubInvocationContext.HubMethodArguments Property

Definition

Gets the arguments provided by the client.

public:
 property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ HubMethodArguments { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<object> HubMethodArguments { get; }
public System.Collections.Generic.IReadOnlyList<object?> HubMethodArguments { get; }
member this.HubMethodArguments : System.Collections.Generic.IReadOnlyList<obj>
Public ReadOnly Property HubMethodArguments As IReadOnlyList(Of Object)

Property Value

Applies to