StreamItemMessage 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示使用中資料流程的單一專案。
public ref class StreamItemMessage : Microsoft::AspNetCore::SignalR::Protocol::HubInvocationMessage
public class StreamItemMessage : Microsoft.AspNetCore.SignalR.Protocol.HubInvocationMessage
type StreamItemMessage = class
inherit HubInvocationMessage
Public Class StreamItemMessage
Inherits HubInvocationMessage
- 繼承
建構函式
StreamItemMessage(String, Object) |
屬性
Headers |
取得或設定標頭的名稱/值集合。 (繼承來源 HubInvocationMessage) |
InvocationId |
取得調用識別碼。 (繼承來源 HubInvocationMessage) |
Item |
資料流程中的單一專案。 |
方法
ToString() |
表示使用中資料流程的單一專案。 |