DurableTaskExtension.INameVersionObjectManager<TaskOrchestration>.GetObject 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.
Called by the Durable Task Framework: Returns the specified DurableTask.Core.TaskOrchestration.
DurableTask.Core.TaskOrchestration INameVersionObjectManager<TaskOrchestration>.GetObject (string name, string version);
abstract member DurableTask.Core.INameVersionObjectManager<DurableTask.Core.TaskOrchestration>.GetObject : string * string -> DurableTask.Core.TaskOrchestration
override this.DurableTask.Core.INameVersionObjectManager<DurableTask.Core.TaskOrchestration>.GetObject : string * string -> DurableTask.Core.TaskOrchestration
Function GetObject (name As String, version As String) As TaskOrchestration Implements INameVersionObjectManager(Of TaskOrchestration).GetObject
Parameters
- name
- String
The name of the orchestration to return.
- version
- String
Not used.
Returns
DurableTask.Core.TaskOrchestration
An orchestration shim that delegates execution to an orchestrator function.
Implements
DurableTask.Core.INameVersionObjectManager`1.GetObject(System.String,System.String)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET