StreamItemMessage(String, Object) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
StreamItemMessage(System::String ^ invocationId, System::Object ^ item);
public StreamItemMessage (string invocationId, object item);
public StreamItemMessage (string invocationId, object? item);
new Microsoft.AspNetCore.SignalR.Protocol.StreamItemMessage : string * obj -> Microsoft.AspNetCore.SignalR.Protocol.StreamItemMessage
Public Sub New (invocationId As String, item As Object)
參數
- invocationId
- String
資料流的識別碼。
- item
- Object
來自資料流程的專案。