cStatus Class |
Namespace: Vaser.OON
public class cStatus
The cStatus type exposes the following members.
Name | Description | |
---|---|---|
Done | Is true if the SetDone(...) or SetError(...) is called | |
Error | Is true if the SetError(...) function is called | |
lnk | Link of this status | |
Message | Error Message, set by SetError(...) | |
ResultObject | Result object set by SetDone(...) |
Name | Description | |
---|---|---|
SetDone(Object) | Sets the status to done and returns an ResultObject | |
SetDone(String) | Sets the status to done and returns a Message | |
SetError | Sets the status to done and error, returns an error messsage | |
Wait | Wait for SetDone(...) or SetError(...) |
Name | Description | |
---|---|---|
TransmissionID | Contains the ID of the request. |