Sdílet prostřednictvím


HubInvocationContext Konstruktory

Definice

Přetížení

HubInvocationContext(HubCallerContext, String, Object[])
Zastaralé.

Vytvoří instanci nové instance HubInvocationContext třídy .

HubInvocationContext(HubCallerContext, IServiceProvider, Hub, MethodInfo, IReadOnlyList<Object>)

Vytvoří instanci nové instance HubInvocationContext třídy .

HubInvocationContext(HubCallerContext, String, Object[])

Upozornění

This constructor is obsolete and will be removed in a future version. The recommended alternative is to use the other constructor.

Vytvoří instanci nové instance HubInvocationContext třídy .

public:
 HubInvocationContext(Microsoft::AspNetCore::SignalR::HubCallerContext ^ context, System::String ^ hubMethodName, cli::array <System::Object ^> ^ hubMethodArguments);
public HubInvocationContext (Microsoft.AspNetCore.SignalR.HubCallerContext context, string hubMethodName, object[] hubMethodArguments);
[System.Obsolete("This constructor is obsolete and will be removed in a future version. The recommended alternative is to use the other constructor.")]
public HubInvocationContext (Microsoft.AspNetCore.SignalR.HubCallerContext context, string hubMethodName, object?[] hubMethodArguments);
new Microsoft.AspNetCore.SignalR.HubInvocationContext : Microsoft.AspNetCore.SignalR.HubCallerContext * string * obj[] -> Microsoft.AspNetCore.SignalR.HubInvocationContext
[<System.Obsolete("This constructor is obsolete and will be removed in a future version. The recommended alternative is to use the other constructor.")>]
new Microsoft.AspNetCore.SignalR.HubInvocationContext : Microsoft.AspNetCore.SignalR.HubCallerContext * string * obj[] -> Microsoft.AspNetCore.SignalR.HubInvocationContext
Public Sub New (context As HubCallerContext, hubMethodName As String, hubMethodArguments As Object())

Parametry

context
HubCallerContext

Kontext aktivního připojení centra a volajícího

hubMethodName
String

Název metody Centra, která se vyvolává.

hubMethodArguments
Object[]

Argumenty poskytnuté klientem.

Atributy

Platí pro

HubInvocationContext(HubCallerContext, IServiceProvider, Hub, MethodInfo, IReadOnlyList<Object>)

Zdroj:
HubInvocationContext.cs

Vytvoří instanci nové instance HubInvocationContext třídy .

public:
 HubInvocationContext(Microsoft::AspNetCore::SignalR::HubCallerContext ^ context, IServiceProvider ^ serviceProvider, Microsoft::AspNetCore::SignalR::Hub ^ hub, System::Reflection::MethodInfo ^ hubMethod, System::Collections::Generic::IReadOnlyList<System::Object ^> ^ hubMethodArguments);
public HubInvocationContext (Microsoft.AspNetCore.SignalR.HubCallerContext context, IServiceProvider serviceProvider, Microsoft.AspNetCore.SignalR.Hub hub, System.Reflection.MethodInfo hubMethod, System.Collections.Generic.IReadOnlyList<object?> hubMethodArguments);
new Microsoft.AspNetCore.SignalR.HubInvocationContext : Microsoft.AspNetCore.SignalR.HubCallerContext * IServiceProvider * Microsoft.AspNetCore.SignalR.Hub * System.Reflection.MethodInfo * System.Collections.Generic.IReadOnlyList<obj> -> Microsoft.AspNetCore.SignalR.HubInvocationContext
Public Sub New (context As HubCallerContext, serviceProvider As IServiceProvider, hub As Hub, hubMethod As MethodInfo, hubMethodArguments As IReadOnlyList(Of Object))

Parametry

context
HubCallerContext

Kontext aktivního připojení centra a volajícího

serviceProvider
IServiceProvider

Specifické IServiceProvider pro rozsah vyvolání této metody centra.

hub
Hub

Instance centra.

hubMethod
MethodInfo

Pro MethodInfo metodu Centra, která se volá.

hubMethodArguments
IReadOnlyList<Object>

Argumenty poskytnuté klientem.

Platí pro