NuGardt SoftwareSc2RanksService GetClanTeamListBegin Method NuGardt
Returns the teams who are part of the clan, up to 50 per request or less if limit is passed.

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 GetClanTeamListBegin(
	Object Key,
	eSc2RanksRankRegion RankRegion,
	string Tag,
	eSc2RanksExpansion Expansion,
	eSc2RanksBracket Bracket,
	eSc2RanksLeague League,
	AsyncCallback Callback,
	Nullable<eSc2RanksRace> Race = null,
	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.
RankRegion
Type: NuGardt.SC2Ranks.API eSc2RanksRankRegion
The rank region the character plays in.
Tag
Type: OnlineSystem String
The tag of the clan.
Expansion
Type: NuGardt.SC2Ranks.API eSc2RanksExpansion
The expansion set of StarCraft II.
Bracket
Type: NuGardt.SC2Ranks.API eSc2RanksBracket
The bracket to filter.
League
Type: NuGardt.SC2Ranks.API eSc2RanksLeague
The league to filter.
Callback
Type: OnlineSystem AsyncCallback
Address of a method to call when a result is available.
Race (Optional)
Type: OnlineSystem Nullable eSc2RanksRace 
Optional. Default is all races. Race to filter.
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
Returns the status of the asynchronous operation.
Remarks

See Also