AzureAIProjectsModelFactory.DispatchRoutineResult Method
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 static Azure.AI.Projects.DispatchRoutineResult DispatchRoutineResult(string dispatchId = default, string actionCorrelationId = default, string taskId = default);
static member DispatchRoutineResult : string * string * string -> Azure.AI.Projects.DispatchRoutineResult
Public Shared Function DispatchRoutineResult (Optional dispatchId As String = Nothing, Optional actionCorrelationId As String = Nothing, Optional taskId As String = Nothing) As DispatchRoutineResult
Parameters
- dispatchId
- String
The dispatch identifier created for the routine dispatch.
- actionCorrelationId
- String
A downstream action correlation identifier, when available.
- taskId
- String
A workspace task identifier created for the dispatch, when available.
Returns
A new DispatchRoutineResult instance for mocking.