PexExecutionPackageAttributeBase.AfterExecution(IPexComponent, Object) 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.
Callback that is executed after the execution ends.
protected:
virtual void AfterExecution(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host, System::Object ^ data);
protected virtual void AfterExecution (Microsoft.Pex.Engine.ComponentModel.IPexComponent host, object data);
abstract member AfterExecution : Microsoft.Pex.Engine.ComponentModel.IPexComponent * obj -> unit
override this.AfterExecution : Microsoft.Pex.Engine.ComponentModel.IPexComponent * obj -> unit
Protected Overridable Sub AfterExecution (host As IPexComponent, data As Object)
Parameters
- host
- Microsoft.Pex.Engine.ComponentModel.IPexComponent
The host.
- data
- Object
The data returned by BeforeExecution(IPexComponent).