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
objectThe object that raised the event.
port
stringThe port of the device that was removed.
- Extension Methods
Constructors
EventDeviceRemoved(object, IntPtr)
public EventDeviceRemoved(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(object, string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, string port, AsyncCallback callback, object @object)
Parameters
sender
objectport
stringcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(object, string)
public virtual void Invoke(object sender, string port)