HubInvocationContext Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
HubInvocationContext(HubCallerContext, String, Object[]) |
Przestarzałe.
Tworzy nowe wystąpienie klasy HubInvocationContext. |
HubInvocationContext(HubCallerContext, IServiceProvider, Hub, MethodInfo, IReadOnlyList<Object>) |
Tworzy nowe wystąpienie klasy HubInvocationContext. |
HubInvocationContext(HubCallerContext, String, Object[])
Przestroga
This constructor is obsolete and will be removed in a future version. The recommended alternative is to use the other constructor.
Tworzy nowe wystąpienie klasy HubInvocationContext.
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
Kontekst dla aktywnego połączenia centrum i obiektu wywołującego.
- hubMethodName
- String
Nazwa wywoływanej metody Centrum.
- hubMethodArguments
- Object[]
Argumenty dostarczone przez klienta.
- Atrybuty
Dotyczy
HubInvocationContext(HubCallerContext, IServiceProvider, Hub, MethodInfo, IReadOnlyList<Object>)
- Źródło:
- HubInvocationContext.cs
Tworzy nowe wystąpienie klasy HubInvocationContext.
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
Kontekst dla aktywnego połączenia centrum i obiektu wywołującego.
- serviceProvider
- IServiceProvider
Specyficzny IServiceProvider dla zakresu wywołania tej metody centrum.
- hub
- Hub
Wystąpienie centrum.
- hubMethod
- MethodInfo
Element MethodInfo dla wywoływanej metody Hub.
- hubMethodArguments
- IReadOnlyList<Object>
Argumenty dostarczone przez klienta.