StartIdle Method
Begins idling.
Syntax
public void StartIdle();
Public Sub StartIdle()
Remarks
This method sends the IDLE command to the server and begins idling. As responses are received from the server the IdleInfo event fires. To stop idling call StopIdle.