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.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) | |
| Inequality(DoneEvent, DoneEvent) |
Determines if two DoneEvent values are not the same. |