NuGardt SoftwareSc2RanksService GetClanBegin Method NuGardt
Returns base clan data with the Clans scores based on the bracket.

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 GetClanBegin(
	Object Key,
	eSc2RanksRankRegion RankRegion,
	string Tag,
	AsyncCallback Callback,
	Nullable<eSc2RanksBracket> Bracket = null,
	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.
Callback
Type: OnlineSystem AsyncCallback
Address of a method to call when a result is available.
Bracket (Optional)
Type: OnlineSystem Nullable eSc2RanksBracket 
The bracket to filter.
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