Click or drag to resize

cStatus Class

The cStatus class provides threadsave informations and the result of async requests.
Inheritance Hierarchy
SystemObject
  Vaser.OONcStatus

Namespace:  Vaser.OON
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public class cStatus

The cStatus type exposes the following members.

Constructors
  NameDescription
Public methodcStatus
Initializes a new instance of the cStatus class
Top
Properties
  NameDescription
Public propertyDone
Is true if the SetDone(...) or SetError(...) is called
Public propertyError
Is true if the SetError(...) function is called
Public propertylnk
Link of this status
Public propertyMessage
Error Message, set by SetError(...)
Public propertyResultObject
Result object set by SetDone(...)
Top
Methods
  NameDescription
Public methodSetDone(Object)
Sets the status to done and returns an ResultObject
Public methodSetDone(String)
Sets the status to done and returns a Message
Public methodSetError
Sets the status to done and error, returns an error messsage
Public methodWait
Wait for SetDone(...) or SetError(...)
Top
Fields
  NameDescription
Public fieldTransmissionID
Contains the ID of the request.
Top
See Also