Share via


ClientOperation.Parent 属性

定义

获取包含的 ClientRuntime 对象。

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

属性值

包含的 ClientRuntime 对象。

适用于