Interface DiagnosticContract.UpdateStages.WithSampling
- All Known Subinterfaces:
DiagnosticContract.Update
- Enclosing interface:
DiagnosticContract.UpdateStages
public static interface DiagnosticContract.UpdateStages.WithSampling
The stage of the DiagnosticContract update allowing to specify sampling.
-
Method Summary
Modifier and TypeMethodDescriptionwithSampling(SamplingSettings sampling) Specifies the sampling property: Sampling settings for Diagnostic..
-
Method Details
-
withSampling
Specifies the sampling property: Sampling settings for Diagnostic..- Parameters:
sampling- Sampling settings for Diagnostic.- Returns:
- the next definition stage.
-