StreamInvocationMessage クラス

定義

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

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

コンストラクター

StreamInvocationMessage(String, String, Object[])

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

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

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

プロパティ

Arguments

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

(継承元 HubMethodInvocationMessage)
Headers

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

(継承元 HubInvocationMessage)
InvocationId

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

(継承元 HubInvocationMessage)
StreamIds

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

(継承元 HubMethodInvocationMessage)
Target

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

(継承元 HubMethodInvocationMessage)

メソッド

ToString()

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

適用対象