共用方式為


HubMethodInvocationMessage 類別

定義

表示調用之中樞訊息的基類。

public ref class HubMethodInvocationMessage abstract : Microsoft::AspNetCore::SignalR::Protocol::HubInvocationMessage
public abstract class HubMethodInvocationMessage : Microsoft.AspNetCore.SignalR.Protocol.HubInvocationMessage
type HubMethodInvocationMessage = class
    inherit HubInvocationMessage
Public MustInherit Class HubMethodInvocationMessage
Inherits HubInvocationMessage
繼承
HubMethodInvocationMessage
衍生

建構函式

HubMethodInvocationMessage(String, String, Object[], String[])

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

HubMethodInvocationMessage(String, String, Object[])

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

屬性

Arguments

取得目標方法引數。

Headers

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

(繼承來源 HubInvocationMessage)
InvocationId

取得調用識別碼。

(繼承來源 HubInvocationMessage)
StreamIds

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

Target

取得目標方法名稱。

適用於