Public Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method Static GetParameter Retrieves a configured value.

A return value of Null indicates that no value has been explicitly configured for the requested parameter and an appropriate default value for the parameter is used instead.

Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method Static Init Initializes and configures the client API. Initialization is optional; if called, it may only be called once per period (a "period" being the life of the client process).
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Top

See Also