Releases the unmanaged resources used by the
P4Server and optionally releases the managed resources
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
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