ServiceStatePolicyOnAction Enumeration
Microsoft Robotics
Microsoft Robotics Class Reference
Assembly: Microsoft.Dss.Base (in Microsoft.Dss.Base.dll) Version: 4.0.261.0 (4.0.261.0)
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)
| 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. |
Show: