Table of Contents

Method OnCompleted

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

OnCompleted(Action)

Schedules a continuation for this operation; used as part of "await"

public void OnCompleted(Action continuation)

Parameters

continuation Action

OnCompleted(SocketAsyncEventArgs)

Invoked automatically when an operation completes asynchronously

protected override void OnCompleted(SocketAsyncEventArgs e)

Parameters

e SocketAsyncEventArgs