PSActivity.GetRunInProc(ActivityContext) Method
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.
Determine if this activity should be run in or out of process when run locally/
protected:
bool GetRunInProc(System::Activities::ActivityContext ^ context);
protected bool GetRunInProc (System.Activities.ActivityContext context);
member this.GetRunInProc : System.Activities.ActivityContext -> bool
Protected Function GetRunInProc (context As ActivityContext) As Boolean
Parameters
- context
- ActivityContext
The native activity context for this workflow instance
Returns
True if it should be run in process with the workflow engine.