NuGardt SoftwareSc2RanksService GetCustomDivisionCharacterListBegin Method NuGardt
Returns the characters in the custom division without any team data, filtered by the passed params.

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 GetCustomDivisionCharacterListBegin(
	Object Key,
	string DivisionID,
	eSc2RanksRegion Region,
	AsyncCallback Callback,
	int Limit = 50,
	int Page = 1,
	bool IgnoreCache = false
)

Parameters

Key
Type: OnlineSystem Object
Can contain anything. Useful for tracking asynchronous calls. Is returned when the End method is called.
DivisionID
Type: OnlineSystem String
The division identifier.
Region
Type: NuGardt.SC2Ranks.API eSc2RanksRegion
The region of the character.
Callback
Type: OnlineSystem AsyncCallback
Address of a method to call when a result is available.
Limit (Optional)
Type: OnlineSystem Int32
The maximum limit of results returned. Cannot exceed MaximumRequestLimit.
Page (Optional)
Type: OnlineSystem Int32
The page of data to return based on the Limit.
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
Return an System.Exception if an error occurred otherwise Nothing.
Remarks

See Also