Gets a value that indicates whether the
RetrieveClient is currently cancelling the retrieve operation.
protected bool Cancelling {get;}
protected:
property bool Cancelling {
bool get();
}
'Declaration
Protected ReadOnly Property Cancelling As Boolean
'Usage
Dim instance As RetrieveClient
Dim value As Boolean
value = instance.Cancelling
Property Value
True if the
RetrieveClient is cancelling the retrieve request; otherwise it is false.