public method TradeDeskAut.IsPriceServerConnected

Brief

Defines whether the conection with the price server is established.

Declaration
Visual Basic
Function IsPriceServerConnected () As Boolean
IDL
[id(429)] HRESULT IsPriceServerConnected( [out, retval] VARIANT_BOOL* retVal)

Returns

If the connection with the price server is established, the method returns True. Otherwise, the method returns False.

Details

The IsPriceServerConnected method is defined in the TradeDeskAut class.

back