[]
Gets or sets a value indicating whether calls to async methods of the current document source expect the async/await pattern to be used by the calling code. If this property is true, then the *Completed events (such as GenerateCompleted, GenerateCompleted and others) do not fire.
[C1Description("C1DocumentSource.AsyncMethodsUseAwaitPattern", "Indicates whether calls to the async methods of the current document source expect the async/await pattern to be used by the calling code.")]
[C1Category("Behavior")]
public bool AsyncMethodsUseAwaitPattern { get; set; }
<C1Description("C1DocumentSource.AsyncMethodsUseAwaitPattern", "Indicates whether calls to the async methods of the current document source expect the async/await pattern to be used by the calling code.")>
<C1Category("Behavior")>
Public Property AsyncMethodsUseAwaitPattern As Boolean