HubMethodInvocationMessage 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示調用之中樞訊息的基類。
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(String, String, Object[], String[]) |
初始化 HubMethodInvocationMessage 類別的新執行個體。 |
HubMethodInvocationMessage(String, String, Object[]) |
初始化 HubMethodInvocationMessage 類別的新執行個體。 |
屬性
Arguments |
取得目標方法引數。 |
Headers |
取得或設定標頭的名稱/值集合。 (繼承來源 HubInvocationMessage) |
InvocationId |
取得調用識別碼。 (繼承來源 HubInvocationMessage) |
StreamIds |
目標方法資料流程識別碼。 |
Target |
取得目標方法名稱。 |