CompletionCallback<TResult> Delegate
.NET Framework (current version)
The method that is called when an activity completes.
Assembly: System.Activities (in System.Activities.dll)
generic<typename TResult> public delegate void CompletionCallback( NativeActivityContext^ context, ActivityInstance^ completedInstance, TResult result )
Parameters
- context
-
Type:
System.Activities::NativeActivityContext^
The execution environment of the activity.
- completedInstance
-
Type:
System.Activities::ActivityInstance^
The activity that completed.
- result
-
Type:
TResult
The P:System.Activities.WorkflowElement`1.Result value of the activity that completed.
Type Parameters
- TResult
The type of the result value.
.NET Framework
Available since 4.0
Available since 4.0
Show: