DoneEvent Struct
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.
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) | |
Inequality(DoneEvent, DoneEvent) |
Determines if two DoneEvent values are not the same. |
Applies to
Azure SDK for .NET