HubMethodInvocationMessage Klasa
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.
Klasa podstawowa komunikatów koncentratora reprezentujących wywołanie.
public ref class HubMethodInvocationMessage abstract : Microsoft::AspNetCore::SignalR::Protocol::HubInvocationMessage
public abstract class HubMethodInvocationMessage : Microsoft.AspNetCore.SignalR.Protocol.HubInvocationMessage
type HubMethodInvocationMessage = class
inherit HubInvocationMessage
Public MustInherit Class HubMethodInvocationMessage
Inherits HubInvocationMessage
- Dziedziczenie
- Pochodne
Konstruktory
HubMethodInvocationMessage(String, String, Object[], String[]) |
Inicjuje nowe wystąpienie klasy HubMethodInvocationMessage. |
HubMethodInvocationMessage(String, String, Object[]) |
Inicjuje nowe wystąpienie klasy HubMethodInvocationMessage. |
Właściwości
Arguments |
Pobiera argumenty metody docelowej. |
Headers |
Pobiera lub ustawia kolekcję nazw/wartości nagłówków. (Odziedziczone po HubInvocationMessage) |
InvocationId |
Pobiera identyfikator wywołania. (Odziedziczone po HubInvocationMessage) |
StreamIds |
Identyfikatory strumienia metod docelowych. |
Target |
Pobiera nazwę metody docelowej. |