PexPathPackageAttributeBase.AfterRun(IPexPathComponent, 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 path ends.
protected:
abstract void AfterRun(Microsoft::Pex::Engine::ComponentModel::IPexPathComponent ^ host, System::Object ^ data);
protected abstract void AfterRun (Microsoft.Pex.Engine.ComponentModel.IPexPathComponent host, object data);
abstract member AfterRun : Microsoft.Pex.Engine.ComponentModel.IPexPathComponent * obj -> unit
Protected MustOverride Sub AfterRun (host As IPexPathComponent, data As Object)
Parameters
- host
- Microsoft.Pex.Engine.ComponentModel.IPexPathComponent
The host.
- data
- Object
The data returned by BeforeRun.