PSWorkflowInstance.OnAborted Property
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.
On aborted handler.
protected:
property Action<Exception ^, System::Object ^> ^ OnAborted { Action<Exception ^, System::Object ^> ^ get(); };
protected Action<Exception,object> OnAborted { get; }
member this.OnAborted : Action<Exception, obj>
Protected ReadOnly Property OnAborted As Action(Of Exception, Object)