IMethod.IsAsync Property

Namespace
Kampute.DocToolkit.Metadata
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets a value indicating whether the method is asynchronous.
bool IsAsync { get; }

Property Value

bool
true if the method is asynchronous; otherwise, false.