Compartilhar via


ThreadStreamEvent Struct

Definition

Thread operation related streaming events.

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

Constructors

ThreadStreamEvent(String)

Initializes a new instance of ThreadStreamEvent.

Properties

ThreadCreated

Event sent when a new thread is created. The data of this event is of type AgentThread.

Methods

Equals(ThreadStreamEvent)

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(ThreadStreamEvent, ThreadStreamEvent)

Determines if two ThreadStreamEvent values are the same.

Implicit(String to ThreadStreamEvent)

Converts a String to a ThreadStreamEvent.

Inequality(ThreadStreamEvent, ThreadStreamEvent)

Determines if two ThreadStreamEvent values are not the same.

Applies to