共用方式為


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[], String[])

初始化 StreamInvocationMessage 類別的新執行個體。

StreamInvocationMessage(String, String, Object[])

初始化 StreamInvocationMessage 類別的新執行個體。

屬性

Arguments

取得目標方法引數。

(繼承來源 HubMethodInvocationMessage)
Headers

取得或設定標頭的名稱/值集合。

(繼承來源 HubInvocationMessage)
InvocationId

取得調用識別碼。

(繼承來源 HubInvocationMessage)
StreamIds

目標方法資料流程識別碼。

(繼承來源 HubMethodInvocationMessage)
Target

取得目標方法名稱。

(繼承來源 HubMethodInvocationMessage)

方法

ToString()

表示串流調用的中樞訊息。

適用於