Freigeben über


InvocationMessage Klasse

Definition

Eine Hubnachricht, die einen Nicht-Streamingaufruf darstellt.

public ref class InvocationMessage : Microsoft::AspNetCore::SignalR::Protocol::HubMethodInvocationMessage
public class InvocationMessage : Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage
type InvocationMessage = class
    inherit HubMethodInvocationMessage
Public Class InvocationMessage
Inherits HubMethodInvocationMessage
Vererbung

Konstruktoren

InvocationMessage(String, Object[])

Initialisiert eine neue Instanz der InvocationMessage-Klasse.

InvocationMessage(String, String, Object[])

Initialisiert eine neue Instanz der InvocationMessage-Klasse.

InvocationMessage(String, String, Object[], String[])

Initialisiert eine neue Instanz der InvocationMessage-Klasse.

Eigenschaften

Arguments

Ruft die Zielmethodenargumente ab.

(Geerbt von HubMethodInvocationMessage)
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.

(Geerbt von HubMethodInvocationMessage)
Target

Ruft den Namen der Zielmethode ab.

(Geerbt von HubMethodInvocationMessage)

Methoden

ToString()

Eine Hubnachricht, die einen Nicht-Streamingaufruf darstellt.

Gilt für: