IConnectionManagement..::..ConnectInd Method
Connect indication – Check if there is a connection accepted to the remote address.
Namespace:
CAS.Lib.CommonBusAssembly: CommServer.CommonBus (in CommServer.CommonBus.dll)
Syntax
TConnIndRes ConnectInd( IAddress pRemoteAddress, int pTimeOutInMilliseconds )
Function ConnectInd ( _ pRemoteAddress As IAddress, _ pTimeOutInMilliseconds As Integer _ ) As TConnIndRes
TConnIndRes^ ConnectInd( IAddress^ pRemoteAddress, int^ pTimeOutInMilliseconds )
Parameters
- pRemoteAddress
- Type: CAS.Lib.CommonBus..::..IAddress
The remote address we are waiting for connection from. Null if we are waiting for any connection.
- pTimeOutInMilliseconds
- Type: Int32
How long the client is willing to wait for an incoming connection in ms.