DispatchRoutineResult Class
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.
Identifiers returned after a routine dispatch is queued.
public class DispatchRoutineResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.DispatchRoutineResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.DispatchRoutineResult>
type DispatchRoutineResult = class
interface IJsonModel<DispatchRoutineResult>
interface IPersistableModel<DispatchRoutineResult>
Public Class DispatchRoutineResult
Implements IJsonModel(Of DispatchRoutineResult), IPersistableModel(Of DispatchRoutineResult)
- Inheritance
-
DispatchRoutineResult
- Implements
Constructors
| Name | Description |
|---|---|
| DispatchRoutineResult() |
Initializes a new instance of DispatchRoutineResult. |
Properties
| Name | Description |
|---|---|
| ActionCorrelationId |
A downstream action correlation identifier, when available. |
| DispatchId |
The dispatch identifier created for the routine dispatch. |
| TaskId |
A workspace task identifier created for the dispatch, when available. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to DispatchRoutineResult) | |