NuGardt SoftwareSc2RanksService GetCharacterListBegin Method NuGardt
Accepts an array of characters with region and bnet_id, up to 200 characters at once. If one of the passed characters is invalid (region/bnet id/not found) then the bnet_id/region are returned with the error.

Namespace: NuGardt.SC2Ranks.API
Assembly: NuGardt.SC2Ranks.API (in NuGardt.SC2Ranks.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public IAsyncResult GetCharacterListBegin(
	Object Key,
	IList<Sc2RanksCharacterSimple> Characters,
	AsyncCallback Callback,
	bool IgnoreCache = false
)

Parameters

Key
Type: OnlineSystem Object
Can contain anything. Useful for tracking asynchronous calls. Is returned when the End method is called.
Characters
Type: OnlineSystem.Collections.Generic IList Sc2RanksCharacterSimple 
A list of character information to get more information on.
Callback
Type: OnlineSystem AsyncCallback
Address of a method to call when a result is available.
IgnoreCache (Optional)
Type: OnlineSystem Boolean
Optional. Default is False. Ignores any cached data that might be available when caching is enabled.

Return Value

Type: OnlineIAsyncResult
Returns the status of the asynchronous operation.
Remarks

See Also