Event 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.
Extensible enum for known Event values.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.TextRequest.Models.Event+EventJsonConverter))]
public readonly struct Event : IEquatable<Azure.Connectors.Sdk.TextRequest.Models.Event>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.TextRequest.Models.Event+EventJsonConverter))>]
type Event = struct
Public Structure Event
Implements IEquatable(Of Event)
- Inheritance
-
Event
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Event(String) |
Initializes a new instance of the Event struct. |
Properties
| Name | Description |
|---|---|
| MsgReceived |
msg_received |
| MsgSent |
msg_sent |
Methods
| Name | Description |
|---|---|
| Equals(Event) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Indicates whether this instance and a specified object are equal. |
| GetHashCode() | Returns the hash code for this instance. |
| ToString() | Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(Event, Event) |
Equality operator. |
| Implicit(Event to String) |
Converts a Event to its string representation. |
| Implicit(String to Event) |
Converts a string to Event. |
| Inequality(Event, Event) |
Inequality operator. |