IBindingRuntimePreferences.ReceiveSynchronously 속성

정의

들어오는 요청을 동기적으로 또는 비동기적으로 보다 효율적으로 처리할 수 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

요청을 보다 효율적으로 동기적으로 처리할 수 있으면 . 기본값은 false요청을 비동기적으로 처리하는 것입니다.

예제

public bool ReceiveSynchronously
{
    get { return true; }
}

설명

WCF(Windows Communication Foundation)에서 제공하는 표준(시스템 제공) 바인딩은 이 인터페이스를 구현했으며 경우에 따라 들어오는 메시지를 동기적으로 처리하도록 기본값을 재정의합니다.

적용 대상