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 GetRankingsTopEnd(
IAsyncResult AsyncResult,
out Object Key,
out Sc2RanksGetRankingsTopResult Result
)
public Exception GetRankingsTopEnd(
IAsyncResult AsyncResult,
out Object Key,
out Sc2RanksGetRankingsTopResult Result
)
Public Function GetRankingsTopEnd (
AsyncResult As IAsyncResult,
<OutAttribute> ByRef Key As Object,
<OutAttribute> ByRef Result As Sc2RanksGetRankingsTopResult
) As Exception
Public Function GetRankingsTopEnd (
AsyncResult As IAsyncResult,
<OutAttribute> ByRef Key As Object,
<OutAttribute> ByRef Result As Sc2RanksGetRankingsTopResult
) As Exception
public:
Exception^ GetRankingsTopEnd(
IAsyncResult^ AsyncResult,
[OutAttribute] Object^% Key,
[OutAttribute] Sc2RanksGetRankingsTopResult^% Result
)
public:
Exception^ GetRankingsTopEnd(
IAsyncResult^ AsyncResult,
[OutAttribute] Object^% Key,
[OutAttribute] Sc2RanksGetRankingsTopResult^% Result
)
Return Value
Type:
ExceptionReturn an
System.Exception if an error occurred otherwise
Nothing.