NuGardt SoftwareSc2RanksService GetCharacter Method NuGardt
Returns a single character.

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

public Exception GetCharacter(
	eSc2RanksRegion Region,
	int BattleNetID,
	out Sc2RanksGetCharacterResult Result,
	bool IgnoreCache = false
)

Parameters

Region
Type: NuGardt.SC2Ranks.API eSc2RanksRegion
The region of the character.
BattleNetID
Type: OnlineSystem Int32
The Battle.net identifier.
Result
Type: NuGardt.SC2Ranks.API.Result Sc2RanksGetCharacterResult 
Contains the result. Is Nothing if no data was received and the query timed out.
IgnoreCache (Optional)
Type: OnlineSystem Boolean
Optional. Default is False. Ignores any cached data that might be available when caching is enabled.

Return Value

Type: OnlineException
Return an System.Exception if an error occurred otherwise Nothing.
Remarks

See Also