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
senderobjectThe object that raised the event.
portstringThe 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
senderobjectportstringcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(object, string)
public virtual void Invoke(object sender, string port)