Compartir a través de


HubInvocationContext.HubMethodArguments Propiedad

Definición

Obtiene los argumentos proporcionados por el cliente.

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)

Valor de propiedad

Se aplica a