DispatchOperation.Parent プロパティ

定義

関連付けられた DispatchRuntime オブジェクトを取得します。

public:
 property System::ServiceModel::Dispatcher::DispatchRuntime ^ Parent { System::ServiceModel::Dispatcher::DispatchRuntime ^ get(); };
public System.ServiceModel.Dispatcher.DispatchRuntime Parent { get; }
member this.Parent : System.ServiceModel.Dispatcher.DispatchRuntime
Public ReadOnly Property Parent As DispatchRuntime

プロパティ値

関連付けられた DispatchRuntime オブジェクト。

適用対象