Interface IBackgroundThread
Describes a background thread.
Namespace: MarcusW.VncClient.Utils
Assembly: MarcusW.VncClient.dll
Syntax
public interface IBackgroundThread : IDisposable
Events
| Improve this Doc View SourceFailed
Occurs when the background thread fails.
Declaration
event EventHandler<BackgroundThreadFailedEventArgs>? Failed
Event Type
Type | Description |
---|---|
System.Nullable<EventHandler<BackgroundThreadFailedEventArgs>> |