Returns a single character.
Namespace: NuGardt.SC2Ranks.APIAssembly: NuGardt.SC2Ranks.API (in NuGardt.SC2Ranks.API.dll) Version: 2.0.0.0 (2.0.0.0)
public IAsyncResult GetCharacterBegin(
Object Key,
eSc2RanksRegion Region,
int BattleNetID,
AsyncCallback Callback,
bool IgnoreCache = false
)
public IAsyncResult GetCharacterBegin(
Object Key,
eSc2RanksRegion Region,
int BattleNetID,
AsyncCallback Callback,
bool IgnoreCache = false
)
Public Function GetCharacterBegin (
Key As Object,
Region As eSc2RanksRegion,
BattleNetID As Integer,
Callback As AsyncCallback,
Optional IgnoreCache As Boolean = false
) As IAsyncResult
Public Function GetCharacterBegin (
Key As Object,
Region As eSc2RanksRegion,
BattleNetID As Integer,
Callback As AsyncCallback,
Optional IgnoreCache As Boolean = false
) As IAsyncResult
public:
IAsyncResult^ GetCharacterBegin(
Object^ Key,
eSc2RanksRegion Region,
int BattleNetID,
AsyncCallback^ Callback,
bool IgnoreCache = false
)
public:
IAsyncResult^ GetCharacterBegin(
Object^ Key,
eSc2RanksRegion Region,
int BattleNetID,
AsyncCallback^ Callback,
bool IgnoreCache = false
)
Parameters
- Key
- Type:
System Object
Can contain anything. Useful for tracking asynchronous calls. Is returned when the End method is called.
- Region
- Type: NuGardt.SC2Ranks.API eSc2RanksRegion
The region of the character.
- BattleNetID
- Type:
System Int32
The Battle.net identifier.
- Callback
- Type:
System AsyncCallback
Address of a method to call when a result is available.
- IgnoreCache (Optional)
- Type:
System Boolean
Optional. Default is False. Ignores any cached data that might be available when caching is enabled.
Return Value
Type:
IAsyncResultReturns the status of the asynchronous operation.