DurableTaskExtension.INameVersionObjectManager<TaskActivity>.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.TaskActivity.
DurableTask.Core.TaskActivity INameVersionObjectManager<TaskActivity>.GetObject (string name, string version);
abstract member DurableTask.Core.INameVersionObjectManager<DurableTask.Core.TaskActivity>.GetObject : string * string -> DurableTask.Core.TaskActivity
override this.DurableTask.Core.INameVersionObjectManager<DurableTask.Core.TaskActivity>.GetObject : string * string -> DurableTask.Core.TaskActivity
Function GetObject (name As String, version As String) As TaskActivity Implements INameVersionObjectManager(Of TaskActivity).GetObject
Parameters
- name
- String
The name of the activity to return.
- version
- String
Not used.
Returns
DurableTask.Core.TaskActivity
An activity shim that delegates execution to an activity 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