StreamItemMessage(String, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs a StreamItemMessage.
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)
Parameters
- invocationId
- String
The ID of the stream.
- item
- Object
An item from the stream.