AsyncProcessData Class |
Namespace: CMS.DataEngine
[SerializableAttribute] public class AsyncProcessData : ISerializable
The AsyncProcessData type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsyncProcessData |
Constructor
|
![]() | AsyncProcessData(SerializationInfo, StreamingContext) |
Constructor for deserialization.
|
Name | Description | |
---|---|---|
![]() | AllowUpdateThroughPersistentMedium |
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.
|
![]() | CancelledInfo |
Canceled information message
|
![]() | Data |
General process data
|
![]() | Error |
Error message
|
![]() | Information |
Information message
|
![]() | Parameter |
Async process parameter
|
![]() | ProcessGUID |
Process GUID
|
![]() | Status |
Worker status
|
![]() | Warning |
Warning message
|
Name | Description | |
---|---|---|
![]() ![]() | GetDataForProcess |
Gets the data for process with the given process GUID
|
![]() | GetObjectData |
Gets the object data for serialization
|
![]() | SaveToPersistentMedium |
Saves the process data to a persistent storage if the application runs on web farm
|
![]() | UpdateFromPersistentMedium |
Updates the process data from a persistent storage if the application runs on web farm
|
![]() | UpdateStatusFromPersistentMedium |
Updates the process status from a persistent storage if the application runs on web farm
|