Discuss this help topic in SecureBlackbox Forum
Specifies whether idle mode should be requested automatically.
Declaration
[VB.NET]
Property IdleAuto As Boolean
[Pascal]
property IdleAuto : Boolean;
[C++]
bool get_IdleAuto();
void set_IdleAuto(bool Value);
[PHP]
bool get_IdleAuto()
void set_IdleAuto(bool $Value)
[Java]
boolean getIdleAuto();
void setIdleAuto(boolean Value);
Description
Set this property to true to force this client to automatically send IDLE request to the server.
Discuss this help topic in SecureBlackbox Forum