 | AppSettingsAbortionAllowed property |
With True, nodes that do not (or cannot) respond to cooperative cancellation are
is cancelled hard by "Abort()".
Always: false; no longer applicable in future.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool AbortingAllowed { get; set; }
Public Property AbortingAllowed As Boolean
Get
Set
public:
property bool AbortingAllowed {
bool get ();
void set (bool value);
}
member AbortingAllowed : bool with get, set
Property value
Boolean
See also