Table of Contents

Delegate DeviceWatcher.EventDeviceRemoved

Namespace
nanoFramework.Tools.Debugger.PortSerial
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll

Represents a delegate method that is used to handle the DeviceRemoved event.

public delegate void DeviceWatcher.EventDeviceRemoved(object sender, string port)

Parameters

sender object

The object that raised the event.

port string

The port of the device that was removed.

Extension Methods

Constructors

EventDeviceRemoved(object, IntPtr)

public EventDeviceRemoved(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(object, string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object sender, string port, AsyncCallback callback, object @object)

Parameters

sender object
port string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object, string)

public virtual void Invoke(object sender, string port)

Parameters

sender object
port string