InvocationMessage クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ストリーミング以外の呼び出しを表すハブ メッセージ。
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[], String[]) |
InvocationMessage クラスの新しいインスタンスを初期化します。 |
InvocationMessage(String, String, Object[]) |
InvocationMessage クラスの新しいインスタンスを初期化します。 |
プロパティ
Arguments |
ターゲット メソッドの引数を取得します。 (継承元 HubMethodInvocationMessage) |
Headers |
ヘッダーの名前/値のコレクションを取得または設定します。 (継承元 HubInvocationMessage) |
InvocationId |
呼び出し ID を取得します。 (継承元 HubInvocationMessage) |
StreamIds |
ターゲット メソッドは ID をストリームします。 (継承元 HubMethodInvocationMessage) |
Target |
ターゲット メソッド名を取得します。 (継承元 HubMethodInvocationMessage) |
メソッド
ToString() |
ストリーミング以外の呼び出しを表すハブ メッセージ。 |