NuGardt SoftwareSc2RanksService CustomDivisionRemoveEnd Method NuGardt
End method to call when the callback was invoked.

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 CustomDivisionRemoveEnd(
	IAsyncResult AsyncResult,
	out Object Key,
	out Sc2RanksCustomDivisionRemoveResult Result
)

Parameters

AsyncResult
Type: OnlineSystem IAsyncResult
The IAsyncResult.
Key
Type: OnlineSystem Object 
Contains the key used in Begin.
Result
Type: NuGardt.SC2Ranks.API.Result Sc2RanksCustomDivisionRemoveResult 
Contains the result. Is Nothing if no data was received and the query timed out.

Return Value

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

See Also