ServiceStatePolicyOnAction Enumeration

Microsoft Robotics Class Reference

Service state caching and persistance policy for a given DSSP action

Namespace: Microsoft.Dss.ServiceModel.Dssp
Assembly: Microsoft.Dss.Base (in Microsoft.Dss.Base.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

[FlagsAttribute]
public enum ServiceStatePolicyOnAction

Members

Member name Value Description
None 0 Default
LastUpdateThreshold 1 Provide latest state and refresh cache if change occured since a specified time
ApplyXmlTransform 2 Apply XSLT transform on the response path
SuppressRefresh 4 Do not refresh state cache (if caching is enabled)
PersistState 8 If action was succesfull, persist runtime state so its available across service instances.

See Also

Microsoft.Dss.ServiceModel.Dssp Namespace