OperationContractGenerationContext.IsAsync Property

Definition

Gets a value that indicates whether asynchronous methods are generated for the current operation.

public:
 property bool IsAsync { bool get(); };
public bool IsAsync { get; }
member this.IsAsync : bool
Public ReadOnly Property IsAsync As Boolean

Property Value

true if the operation is asynchronous; otherwise, false.

Applies to