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 是安全線程集合。

適用於