次の方法で共有


DoneEvent Struct

Definition

Terminal event indicating the successful end of a stream.

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

Constructors

DoneEvent(String)

Initializes a new instance of DoneEvent.

Properties

Done

Event sent when the stream is done.

Methods

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

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