EvaluationContext.SharingPolicy Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public: enum class EvaluationContext::SharingPolicy
public enum EvaluationContext.SharingPolicy
type EvaluationContext.SharingPolicy =
Public Enum EvaluationContext.SharingPolicy
- Inheritance
-
EvaluationContext.SharingPolicy
Fields
Name | Value | Description |
---|---|---|
Shared | 0 | Instructs the EvaluationContext to reuse all cached state between the different project evaluations that use it. |
Isolated | 1 | Instructs the EvaluationContext to not reuse any cached state between the different project evaluations that use it. |
SharedSDKCache | 2 | Instructs the EvaluationContext to reuse SDK resolver cache between the different project evaluations that use it. No other cached state is reused. |