Gets or sets a value indicating whether user-initiated abort
has been requested.
Namespace: CleanCode.ThreadingAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public bool AbortRequested { get; set; }
public bool AbortRequested { get; set; }
Public Property AbortRequested As Boolean
Get
Set
Public Property AbortRequested As Boolean
Get
Set
public:
property bool AbortRequested {
bool get ();
void set (bool value);
}
public:
property bool AbortRequested {
bool get ();
void set (bool value);
}
Field Value
true if abort requested;
otherwise,
false.