UdpBinding.IBindingRuntimePreferences.ReceiveSynchronously プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
受信要求が同期的または非同期的に処理されるかどうかを示す値を取得します。
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。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 UdpBinding インスタンスがIBindingRuntimePreferences インターフェイスにキャストされている場合にのみ使用できます。