Namespace: MPM.PDAG
Assembly: MPM.PDAG (in MPM.PDAG.dll) Version: 1.0.4428.15748

Syntax

C#
public void Execute(
	IGraphExecutive graphExecutive
)
Visual Basic
Public Sub Execute ( _
	graphExecutive As IGraphExecutive _
)
Visual C++
public:
virtual void Execute(
	IGraphExecutive^ graphExecutive
) sealed

Parameters

graphExecutive
Type: MPM.PDAG..::..IGraphExecutive

Implements

IVertex..::..Execute(IGraphExecutive)

See Also