Click or drag to resize
AsyncProcessData Fields

The AsyncProcessData type exposes the following members.

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
See Also