PowerTCP Mail for .NET
CommandCount Property




Gets the count of outstanding commands.
Syntax
Public ReadOnly Property CommandCount As Integer
Dim instance As Imap
Dim value As Integer
 
value = instance.CommandCount
public int CommandCount {get;}
public: __property int get_CommandCount();
public:
property int CommandCount {
   int get();
}
Remarks
CommandCount represents the total number of commands waiting to execute as well as the current command executing. All commands lock on ComponentBase.SyncRoot to synchronize threads. Idle should not normally be be used when a command is executing.
See Also

Reference

Imap Class
Imap Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic