ICompletionRoutine Interface

Definition

Defines the completion routine for asynchronous Simulator operations.

public interface class ICompletionRoutine
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("8B509FFD-05E0-435B-945F-357C5F6C46C1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ICompletionRoutine
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("8B509FFD-05E0-435B-945F-357C5F6C46C1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ICompletionRoutine = interface
Public Interface ICompletionRoutine
Attributes

Methods

OnComplete(Exception)

Called when the Simulator finishes an asynchronous operation.

Applies to