OperationContractGenerationContext.IsAsync 속성

정의

현재 작업에 대해 비동기 메서드가 생성되는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

true작업이 비동기인 경우 그렇지 않으면 . false

적용 대상