NativeActivityContext.ScheduleAction<T1, T2, T3> Method (ActivityAction<T1, T2, T3>, T1, T2, T3, CompletionCallback, FaultCallback)
.NET Framework 4
Schedules for execution a specified ActivityAction<T1, T2, T3> that has three parameters for in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T1, T2, T3>.
Assembly: System.Activities (in System.Activities.dll)
public ActivityInstance ScheduleAction<T1, T2, T3>(
ActivityAction<T1, T2, T3> activityAction,
T1 argument1,
T2 argument2,
T3 argument3,
CompletionCallback onCompleted,
FaultCallback onFaulted
)
Type Parameters
- T1
The data that is carried into an activity.
- T2
The data that is carried into an activity.
- T3
The data that is carried into an activity.
Parameters
- activityAction
- Type: System.Activities.ActivityAction<T1, T2, T3>
An action that executes when a specific event occurs in the parent activity.
- argument1
- Type: T1
An argument that carries data into an activity.
- argument2
- Type: T2
An argument that carries data into an activity.
- argument3
- Type: T3
An argument that carries data into an activity.
- onCompleted
- Type: System.Activities.CompletionCallback
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction<T1, T2, T3>.
- onFaulted
- Type: System.Activities.FaultCallback
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction<T1, T2, T3>.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.