StreamInvocationMessage Klasse

Definition

Eine Hubnachricht, die einen Streamingaufruf darstellt.

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

Konstruktoren

StreamInvocationMessage(String, String, Object[])

Initialisiert eine neue Instanz der StreamInvocationMessage-Klasse.

StreamInvocationMessage(String, String, Object[], String[])

Initialisiert eine neue Instanz der StreamInvocationMessage-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 Streamingaufruf darstellt.

Gilt für: