MethodAdapter.IsAsync Property

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

Definition

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

Property Value

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