Returns base information about the division.
Namespace: NuGardt.SC2Ranks.APIAssembly: NuGardt.SC2Ranks.API (in NuGardt.SC2Ranks.API.dll) Version: 2.0.0.0 (2.0.0.0)
public IAsyncResult GetDivisionBegin(
Object Key,
string DivisionID,
AsyncCallback Callback,
Nullable<eSc2RanksRace> Race = null,
bool IgnoreCache = false
)
public IAsyncResult GetDivisionBegin(
Object Key,
string DivisionID,
AsyncCallback Callback,
Nullable<eSc2RanksRace> Race = null,
bool IgnoreCache = false
)
Public Function GetDivisionBegin (
Key As Object,
DivisionID As String,
Callback As AsyncCallback,
Optional Race As Nullable(Of eSc2RanksRace) = Nothing,
Optional IgnoreCache As Boolean = false
) As IAsyncResult
Public Function GetDivisionBegin (
Key As Object,
DivisionID As String,
Callback As AsyncCallback,
Optional Race As Nullable(Of eSc2RanksRace) = Nothing,
Optional IgnoreCache As Boolean = false
) As IAsyncResult
public:
IAsyncResult^ GetDivisionBegin(
Object^ Key,
String^ DivisionID,
AsyncCallback^ Callback,
Nullable<eSc2RanksRace> Race = nullptr,
bool IgnoreCache = false
)
public:
IAsyncResult^ GetDivisionBegin(
Object^ Key,
String^ DivisionID,
AsyncCallback^ Callback,
Nullable<eSc2RanksRace> Race = nullptr,
bool IgnoreCache = false
)
Parameters
- Key
- Type:
System Object
Can contain anything. Useful for tracking asynchronous calls. Is returned when the End method is called.
- DivisionID
- Type:
System String
The division identifier.
- Callback
- Type:
System AsyncCallback
Address of a method to call when a result is available.
- Race (Optional)
- Type:
System Nullable eSc2RanksRace
Optional. Default is all races. Race to filter.
- 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.