RoutineAttemptSource 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.
Known source paths that can produce a routine run.
public readonly struct RoutineAttemptSource : IEquatable<Azure.AI.Projects.RoutineAttemptSource>
type RoutineAttemptSource = struct
Public Structure RoutineAttemptSource
Implements IEquatable(Of RoutineAttemptSource)
- Inheritance
-
RoutineAttemptSource
- Implements
Constructors
| Name | Description |
|---|---|
| RoutineAttemptSource(String) |
Initializes a new instance of RoutineAttemptSource. |
Properties
| Name | Description |
|---|---|
| EventFire |
A dispatch fired from an event delivery. |
| ManualDispatch |
A dispatch executed synchronously by a direct request. |
| QueuedDispatch |
A dispatch executed asynchronously from the dispatch queue. |
| ScheduleDelivery |
A dispatch fired from a schedule delivery. |
| TimerDelivery |
A dispatch fired from a timer delivery. |
Methods
| Name | Description |
|---|---|
| Equals(RoutineAttemptSource) |
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(RoutineAttemptSource, RoutineAttemptSource) |
Determines if two RoutineAttemptSource values are the same. |
| Implicit(String to Nullable<RoutineAttemptSource>) | |
| Implicit(String to RoutineAttemptSource) |
Converts a string to a RoutineAttemptSource. |
| Inequality(RoutineAttemptSource, RoutineAttemptSource) |
Determines if two RoutineAttemptSource values are not the same. |