Release the UI created for a command after it has been completed

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

Syntax

C#
public void ReleaseConnection(
	uint CmdId
)
Visual Basic
Public Sub ReleaseConnection ( _
	CmdId As UInteger _
)
Visual C++
public:
void ReleaseConnection(
	unsigned int CmdId
)

Parameters

CmdId
Type: System..::..UInt32

See Also