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

关联的 DispatchRuntime 对象。

适用于