InvocationMessage Třída

Definice

Zpráva centra představující volání bez streamování

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
Dědičnost

Konstruktory

InvocationMessage(String, Object[])

Inicializuje novou instanci InvocationMessage třídy.

InvocationMessage(String, String, Object[])

Inicializuje novou instanci InvocationMessage třídy.

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

Inicializuje novou instanci InvocationMessage třídy.

Vlastnosti

Arguments

Získá argumenty cílové metody.

(Zděděno od HubMethodInvocationMessage)
Headers

Získá nebo nastaví kolekci hlaviček název/hodnota.

(Zděděno od HubInvocationMessage)
InvocationId

Získá ID vyvolání.

(Zděděno od HubInvocationMessage)
StreamIds

ID datových proudů cílových metod.

(Zděděno od HubMethodInvocationMessage)
Target

Získá název cílové metody.

(Zděděno od HubMethodInvocationMessage)

Metody

ToString()

Returns a string that represents the current object.

Platí pro