Discuss this help topic in SecureBlackbox Forum
Starts the asynchronous connection.
Declaration
[C#]
int StartAsyncConnect();
[VB.NET]
Function StartAsyncConnect() As Integer
[Pascal]
function StartAsyncConnect: Integer;
[C++]
int32_t StartAsyncConnect();
[PHP]
integer StartAsyncConnect()
[Java]
int startAsyncConnect();
Description
This method initiates an asynchronous connection.
Discuss this help topic in SecureBlackbox Forum