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

プロパティ値

受信要求が同期または非同期に処理される場合は true。それ以外の場合は false

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、HttpBindingBase のインスタンスが IBindingRuntimePreferences インターフェイスにキャストされる場合のみ、使用できます。

適用対象