OutputPortInstance.Dispose Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Engine Namespace > OutputPortInstance Class > OutputPortInstance Methods >

OutputPortInstance.Dispose Method

Releases all resources used by the current instance of the class.

Namespace: BNCS.Logic.Engine
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public void Dispose()

 

Remarks


This method calls the Dispose(Boolean) method with the disposing parameter set to true. It also suppresses finalization for the object by calling SuppressFinalize(System.Object).

 

See Also


OutputPortInstance Class

Dispose Overload

BNCS.Logic.Engine Namespace