Represents a singleton instance of the client's configuration parameters. These parameters are used to control the behavior for various features. In the absence of any setting for a specific parameter, via configuration or programmatic action, an appropriate default value is used. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.
The following tables list the members exposed by Configuration.
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified |
![]() |
GetHashCode | Serves as a hash function for a particular type. |
![]() ![]() |
GetParameter | Retrieves a configured value. A return value of |
![]() |
GetType | Gets the |
![]() ![]() |
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). |
![]() |
ToString | Returns a |