Click or drag to resize
AsyncProcessData Class
Control messages
Inheritance Hierarchy
SystemObject
  CMS.DataEngineAsyncProcessData

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[SerializableAttribute]
public class AsyncProcessData : ISerializable

The AsyncProcessData type exposes the following members.

Constructors
Fields
  NameDescription
Public fieldAllowUpdateThroughPersistentMedium
If true, data can be serialized to persistent medium (e.g. shared storage on Azure). If false, data will be not shared across non-sticky instances.
Public fieldCancelledInfo
Canceled information message
Public fieldData
General process data
Public fieldError
Error message
Public fieldInformation
Information message
Public fieldParameter
Async process parameter
Public fieldProcessGUID
Process GUID
Public fieldStatus
Worker status
Public fieldWarning
Warning message
Top
Methods
  NameDescription
Public methodStatic memberGetDataForProcess
Gets the data for process with the given process GUID
Public methodGetObjectData
Gets the object data for serialization
Public methodSaveToPersistentMedium
Saves the process data to a persistent storage if the application runs on web farm
Public methodUpdateFromPersistentMedium
Updates the process data from a persistent storage if the application runs on web farm
Public methodUpdateStatusFromPersistentMedium
Updates the process status from a persistent storage if the application runs on web farm
Top
See Also