Table of Contents

Class StreamStartedEvent

Namespace
NArk.Abstractions.Batches.ServerEvents
Assembly
NArk.Abstractions.dll

First event on a new event-stream connection, carrying the server-assigned stream ID.

public record StreamStartedEvent : BatchEvent, IEquatable<BatchEvent>, IEquatable<StreamStartedEvent>
Inheritance
StreamStartedEvent
Implements
Inherited Members

Constructors

StreamStartedEvent(string)

First event on a new event-stream connection, carrying the server-assigned stream ID.

public StreamStartedEvent(string StreamId)

Parameters

StreamId string

Properties

StreamId

public string StreamId { get; init; }

Property Value

string