Release the connection held by the bridge to the server. This will cause the bridge to call init before the next command is run, forcing it to reinitialize any cached connection settings.

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

Syntax

C#
public void ReleaseConnection()
Visual Basic
Public Sub ReleaseConnection
Visual C++
public:
void ReleaseConnection()

See Also