ClientRuntime.ClientOperations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用戶端作業物件的集合,這些物件是用來附加檢查或修改特定服務作業之訊息及行為的擴充物件。
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)
屬性值
用戶端作業物件的集合,這些物件是用來附加檢查或修改特定服務作業之訊息及行為的擴充物件。
備註
ClientOperations 是安全線程集合。