HubMethodInvocationMessage Klasse

Definition

Eine Basisklasse für Hubnachrichten, die einen Aufruf darstellen.

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
Vererbung
HubMethodInvocationMessage
Abgeleitet

Konstruktoren

HubMethodInvocationMessage(String, String, Object[])

Initialisiert eine neue Instanz der HubMethodInvocationMessage-Klasse.

HubMethodInvocationMessage(String, String, Object[], String[])

Initialisiert eine neue Instanz der HubMethodInvocationMessage-Klasse.

Eigenschaften

Arguments

Ruft die Zielmethodenargumente ab.

Headers

Ruft eine Name/Wert-Auflistung von Headern ab oder legt diese fest.

(Geerbt von HubInvocationMessage)
InvocationId

Ruft die Aufruf-ID ab.

(Geerbt von HubInvocationMessage)
StreamIds

Die Zielmethoden-Stream-IDs.

Target

Ruft den Namen der Zielmethode ab.

Gilt für: