StreamItemMessage Class
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.
Represents a single item of an active stream.
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
- Inheritance
Constructors
StreamItemMessage(String, Object) |
Constructs a StreamItemMessage. |
Properties
Headers |
Gets or sets a name/value collection of headers. (Inherited from HubInvocationMessage) |
InvocationId |
Gets the invocation ID. (Inherited from HubInvocationMessage) |
Item |
The single item from a stream. |
Methods
ToString() | Returns a string that represents the current object. |