Connect to the server with the given options

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

Syntax

C#
public bool Connect(
	Options options
)
Visual Basic
Public Function Connect ( _
	options As Options _
) As Boolean
Visual C++
public:
bool Connect(
	Options^ options
)

Parameters

options
Type: Perforce.P4..::..Options
Options for the connection

Return Value

true if the connection succeeds

See Also