Share via


HttpBindingBase.IBindingRuntimePreferences.ReceiveSynchronously 속성

정의

들어오는 요청이 동기적으로 처리되는지 또는 비동기적으로 처리되는지를 나타내는 값을 가져옵니다.

property bool System::ServiceModel::Channels::IBindingRuntimePreferences::ReceiveSynchronously { bool get(); };
bool System.ServiceModel.Channels.IBindingRuntimePreferences.ReceiveSynchronously { get; }
member this.System.ServiceModel.Channels.IBindingRuntimePreferences.ReceiveSynchronously : bool
 ReadOnly Property ReceiveSynchronously As Boolean Implements IBindingRuntimePreferences.ReceiveSynchronously

속성 값

Boolean

들어오는 요청을 동기적으로 또는 비동기적으로 처리하려면 true이고, 그렇지 않으면 false입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, HttpBindingBase 인스턴스가 IBindingRuntimePreferences 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상