Class ChildWorkflowHandle<TWorkflow, TResult>
- Namespace
- Temporalio.Workflows
- Assembly
- Temporalio.dll
Handle representing a started child workflow.
public abstract class ChildWorkflowHandle<TWorkflow, TResult> : ChildWorkflowHandle<TWorkflow>
Type Parameters
TWorkflow
TResult
- Inheritance
-
ChildWorkflowHandle<TWorkflow>ChildWorkflowHandle<TWorkflow, TResult>
- Inherited Members
Methods
GetResultAsync()
Get a result with the known result type.
public Task<TResult> GetResultAsync()
Returns
- Task<TResult>
Task with result.
Exceptions
- ChildWorkflowFailureException
Any child workflow failure.