StreamInvocationMessage 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示串流調用的中樞訊息。
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() |
表示串流調用的中樞訊息。 |