Click or drag to resize

Ack Methods

The Ack type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetData
Returns the value of "data" from message as JObject.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodgetJsonObject
Returns the message as a JObject.
Public methodGetReason
Returns the reason if the action was not successful.
Public methodGetRuntimeError
When the ack was not successful, it might cause Openfin Desktop Runtime error. This method returns the runtime error, if it's available.
Public methodgetSource
Returns the message source.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodisSuccessful
Returns true if message contains "success":"true".
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also