Releases the unmanaged resources used by the P4Server and optionally releases the managed resources

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public void Dispose(
	bool disposing
)
Visual Basic
Public Sub Dispose ( _
	disposing As Boolean _
)
Visual C++
public:
void Dispose(
	bool disposing
)

Parameters

disposing
Type: System..::..Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources

See Also