pbSkipDuplicateLogin - cConnection

Determines whether login is skipped if a connection is already logged in

Type: Property

Access: Read/Write

Data Type: Boolean

Parameters: None

Syntax
 Property Boolean pbSkipDuplicateLogin

Read Access: Get pbSkipDuplicateLogin to BooleanVariable
Write Access: Set pbSkipDuplicateLogin to BooleanVariable/Value


Description

pbSkipDuplicateLogin determines whether login is skipped if a connection is already logged in.

LoginConnectionId attempts to log in the connection identified by the passed Connection ID. If the login fails, error information is stored and an error code is returned. If the connection is already logged in (IsConnectionIdLoggedIn), the login can be skipped. LoginConnectionId performs the login by calling LoginConnectIdBase.