Udostępnij przez


InvocationMessage Klasa

Definicja

Komunikat centrum reprezentujący wywołanie nieobsługujące przesyłania strumieniowego.

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
Dziedziczenie

Konstruktory

InvocationMessage(String, Object[])

Inicjuje nowe wystąpienie klasy InvocationMessage.

InvocationMessage(String, String, Object[])

Inicjuje nowe wystąpienie klasy InvocationMessage.

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

Inicjuje nowe wystąpienie klasy InvocationMessage.

Właściwości

Arguments

Pobiera argumenty metody docelowej.

(Odziedziczone po HubMethodInvocationMessage)
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.

(Odziedziczone po HubMethodInvocationMessage)
Target

Pobiera nazwę metody docelowej.

(Odziedziczone po HubMethodInvocationMessage)

Metody

ToString()

Komunikat centrum reprezentujący wywołanie nieobsługujące przesyłania strumieniowego.

Dotyczy