ClientRuntime.ClientOperations 属性

定义

获取用于关联扩展对象的客户操作对象和某种特殊服务操作行为的集合,其中的扩展对象检查和修改消息。

public:
 property System::Collections::Generic::ICollection<System::ServiceModel::Dispatcher::ClientOperation ^> ^ ClientOperations { System::Collections::Generic::ICollection<System::ServiceModel::Dispatcher::ClientOperation ^> ^ get(); };
public System.Collections.Generic.ICollection<System.ServiceModel.Dispatcher.ClientOperation> ClientOperations { get; }
member this.ClientOperations : System.Collections.Generic.ICollection<System.ServiceModel.Dispatcher.ClientOperation>
Public ReadOnly Property ClientOperations As ICollection(Of ClientOperation)

属性值

ICollection<ClientOperation>

用于附加扩展对象的客户操作对象的集合,这些扩展对象可以检查或修改消息和特定服务操作的行为。

注解

ClientOperations 是线程安全集合。

适用于