Share via


DoneEvent Struct

Definition

Terminal event indicating the successful end of a stream.

public readonly struct DoneEvent : IEquatable<Azure.AI.Agents.Persistent.DoneEvent>
type DoneEvent = struct
Public Structure DoneEvent
Implements IEquatable(Of DoneEvent)
Inheritance
DoneEvent
Implements

Constructors

Name Description
DoneEvent(String)

Initializes a new instance of DoneEvent.

Properties

Name Description
Done

Event sent when the stream is done.

Methods

Name Description
Equals(DoneEvent)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(DoneEvent, DoneEvent)

Determines if two DoneEvent values are the same.

Implicit(String to DoneEvent)

Converts a String to a DoneEvent.

Inequality(DoneEvent, DoneEvent)

Determines if two DoneEvent values are not the same.

Applies to