End method to call when the callback was invoked.
Namespace: NuGardt.SC2Ranks.APIAssembly: NuGardt.SC2Ranks.API (in NuGardt.SC2Ranks.API.dll) Version: 2.0.0.0 (2.0.0.0)
public Exception GetCustomDivisionEnd(
IAsyncResult AsyncResult,
out Object Key,
out Sc2RanksGetCustomDivisionResult Result
)
public Exception GetCustomDivisionEnd(
IAsyncResult AsyncResult,
out Object Key,
out Sc2RanksGetCustomDivisionResult Result
)
Public Function GetCustomDivisionEnd (
AsyncResult As IAsyncResult,
<OutAttribute> ByRef Key As Object,
<OutAttribute> ByRef Result As Sc2RanksGetCustomDivisionResult
) As Exception
Public Function GetCustomDivisionEnd (
AsyncResult As IAsyncResult,
<OutAttribute> ByRef Key As Object,
<OutAttribute> ByRef Result As Sc2RanksGetCustomDivisionResult
) As Exception
public:
Exception^ GetCustomDivisionEnd(
IAsyncResult^ AsyncResult,
[OutAttribute] Object^% Key,
[OutAttribute] Sc2RanksGetCustomDivisionResult^% Result
)
public:
Exception^ GetCustomDivisionEnd(
IAsyncResult^ AsyncResult,
[OutAttribute] Object^% Key,
[OutAttribute] Sc2RanksGetCustomDivisionResult^% Result
)
Return Value
Type:
ExceptionReturn an
System.Exception if an error occurred otherwise
Nothing.