Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Video tutorials

Conceptual documentation

Commented examples

API documentation

Aspect API

Extensions API

Patterns API

Flashtrace API

Introspection API

Advanced API

Post­Sharp API migration

  • Article

Property IsCancellationRequested

IsCancellationRequested

Gets a value indicating whether the Cancel() has been called for any pending command execution.

Declaration
bool IsCancellationRequested { get; }
Property Value
Type Description
bool
  • Navigation