NativeActivityContext.ScheduleAction<T> Method (ActivityAction<T>, T, CompletionCallback, FaultCallback)
.NET Framework 4
Schedules for execution a specified ActivityAction<T> that has one parameter for an in argument and bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T>.
Assembly: System.Activities (in System.Activities.dll)
public ActivityInstance ScheduleAction<T>(
ActivityAction<T> activityAction,
T argument,
CompletionCallback onCompleted,
FaultCallback onFaulted
)
Type Parameters
- T
An argument that carries data into an activity.
Parameters
- activityAction
- Type: System.Activities.ActivityAction<T>
An action that executes when a specific event occurs in the parent activity.
- argument
- Type: T
Data sent into an activity.
- onCompleted
- Type: System.Activities.CompletionCallback
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction<T>.
- onFaulted
- Type: System.Activities.FaultCallback
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction<T>.
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.