Gets a value that indicates whether the
RetrieveClient is currently cancelling the retrieve operation.
Syntax
Visual Basic (Declaration) | |
---|
Protected ReadOnly Property Cancelling As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RetrieveClient
Dim value As Boolean
value = instance.Cancelling
|
C# | |
---|
protected bool Cancelling {get;} |
C++/CLI | |
---|
protected:
property bool Cancelling {
bool get();
} |
Return Value
True if the
RetrieveClient is cancelling the retrieve request; otherwise it is false.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also