PSActivityHostController.RunInActivityController(Activity) 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.
Identifies whether the specified activity should run in the activity host or in-proc
public:
virtual bool RunInActivityController(System::Activities::Activity ^ activity);
public virtual bool RunInActivityController (System.Activities.Activity activity);
abstract member RunInActivityController : System.Activities.Activity -> bool
override this.RunInActivityController : System.Activities.Activity -> bool
Public Overridable Function RunInActivityController (activity As Activity) As Boolean
Parameters
- activity
- Activity
activity that needs to be verified
Returns
true, if the activity should run in the activity host false otherwise