Table of Contents

Property EventsSyncAction

Namespace
Alternet.Scripter.Debugger.Dap
Assembly
Alternet.Scripter.Debugger.Dap.v9.dll

EventsSyncAction

Gets or sets an action used to synchronize events raising. This is normally a function provided by the application to sync raised debugger events (for example, perform Control.Invoke)

public Action<Delegate> EventsSyncAction { get; set; }

Property Value

Action<Delegate>