Share via


IExposureControlOperations インターフェイス

定義

ExposureControlOperations 操作。

public interface IExposureControlOperations
type IExposureControlOperations = interface
Public Interface IExposureControlOperations

メソッド

GetFeatureValueByFactoryWithHttpMessagesAsync(String, String, ExposureControlRequest, Dictionary<String,List<String>>, CancellationToken)

特定のファクトリの露出制御機能を取得します。

GetFeatureValueWithHttpMessagesAsync(String, ExposureControlRequest, Dictionary<String,List<String>>, CancellationToken)

特定の場所の露出制御機能を取得します。

QueryFeatureValuesByFactoryWithHttpMessagesAsync(String, String, ExposureControlBatchRequest, Dictionary<String,List<String>>, CancellationToken)

特定のファクトリの露出制御機能の一覧を取得します。

拡張メソッド

GetFeatureValue(IExposureControlOperations, String, ExposureControlRequest)

特定の場所の露出制御機能を取得します。

GetFeatureValueAsync(IExposureControlOperations, String, ExposureControlRequest, CancellationToken)

特定の場所の露出制御機能を取得します。

GetFeatureValueByFactory(IExposureControlOperations, String, String, ExposureControlRequest)

特定のファクトリの露出制御機能を取得します。

GetFeatureValueByFactoryAsync(IExposureControlOperations, String, String, ExposureControlRequest, CancellationToken)

特定のファクトリの露出制御機能を取得します。

QueryFeatureValuesByFactory(IExposureControlOperations, String, String, ExposureControlBatchRequest)

特定のファクトリの露出制御機能の一覧を取得します。

QueryFeatureValuesByFactoryAsync(IExposureControlOperations, String, String, ExposureControlBatchRequest, CancellationToken)

特定のファクトリの露出制御機能の一覧を取得します。

適用対象