次の方法で共有


NetPeerTcpBinding.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 非同期的に処理される場合は 。 既定値は false です。

実装

注釈

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

適用対象