共用方式為


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

取得調用識別碼。

(繼承來源 HubInvocationMessage)
StreamIds

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

(繼承來源 HubMethodInvocationMessage)
Target

取得目標方法名稱。

(繼承來源 HubMethodInvocationMessage)

方法

ToString()

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

適用於