PSActivity.ActivityEndPersistence(NativeActivityContext) 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.
The method is override-able by the drived classes in case they would like to implement different logic at the end of persistence. The default behavior would be to schedule the 'Persist' activity if the PSPersist flag is true or Host is asking for it.
protected:
virtual void ActivityEndPersistence(System::Activities::NativeActivityContext ^ context);
protected virtual void ActivityEndPersistence (System.Activities.NativeActivityContext context);
abstract member ActivityEndPersistence : System.Activities.NativeActivityContext -> unit
override this.ActivityEndPersistence : System.Activities.NativeActivityContext -> unit
Protected Overridable Sub ActivityEndPersistence (context As NativeActivityContext)
Parameters
- context
- NativeActivityContext
The native activity context of execution engine.