Returns base information about the API. Such as the value leagues, brackets, regions or rank regions that can be used.
Namespace: NuGardt.SC2Ranks.APIAssembly: NuGardt.SC2Ranks.API (in NuGardt.SC2Ranks.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Parameters
- Key
- Type:
System Object
Can contain anything. Useful for tracking asynchronous calls. Is returned when the End method is called.
- Callback
- Type:
System AsyncCallback
Address of a method to call when a result is available.
- IgnoreCache (Optional)
- Type:
System Boolean
Optional. Default is False. Ignores any cached data that might be available when caching is enabled.
Return Value
Type:Returns the status of the asynchronous operation.
Remarks
See Also