Ack Methods |
The Ack type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
getData |
Returns the value of "data" from message as JObject.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
getJsonObject |
Returns the message as a JObject.
| |
GetReason |
Returns the reason if the action was not successful.
| |
GetRuntimeError |
When the ack was not successful, it might cause Openfin Desktop Runtime error.
This method returns the runtime error, if it's available.
| |
getSource |
Returns the message source.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
isSuccessful |
Returns true if message contains "success":"true".
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |