TaskOrchestrationContext.Parent Property
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.
Gets the parent instance or null
if there is no parent orchestration.
public abstract Microsoft.DurableTask.ParentOrchestrationInstance? Parent { get; }
member this.Parent : Microsoft.DurableTask.ParentOrchestrationInstance
Public MustOverride ReadOnly Property Parent As ParentOrchestrationInstance