InvocationMessage クラス

定義

ストリーミング以外の呼び出しを表すハブ メッセージ。

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
継承

コンストラクター

InvocationMessage(String, Object[])

InvocationMessage クラスの新しいインスタンスを初期化します。

InvocationMessage(String, String, Object[])

InvocationMessage クラスの新しいインスタンスを初期化します。

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

InvocationMessage クラスの新しいインスタンスを初期化します。

プロパティ

Arguments

ターゲット メソッドの引数を取得します。

(継承元 HubMethodInvocationMessage)
Headers

ヘッダーの名前/値のコレクションを取得または設定します。

(継承元 HubInvocationMessage)
InvocationId

呼び出し ID を取得します。

(継承元 HubInvocationMessage)
StreamIds

ターゲット メソッドは ID をストリームします。

(継承元 HubMethodInvocationMessage)
Target

ターゲット メソッド名を取得します。

(継承元 HubMethodInvocationMessage)

メソッド

ToString()

ストリーミング以外の呼び出しを表すハブ メッセージ。

適用対象