Udostępnij za pośrednictwem


ICompletionRoutine.OnComplete(Exception) Method

Definition

Called when the Simulator finishes an asynchronous operation.

public:
 void OnComplete(Exception ^ error);
public void OnComplete (Exception error);
abstract member OnComplete : Exception -> unit
Public Sub OnComplete (error As Exception)

Parameters

error
Exception

The exception that describes any error that occurs when it processes the Simulator request or null if there was no error.SimulatorException describes any error encountered when processing the request.

Applies to