Show / Hide Table of Contents

Interface IBackgroundThread

Describes a background thread.

Namespace: MarcusW.VncClient.Utils
Assembly: MarcusW.VncClient.dll
Syntax
public interface IBackgroundThread : IDisposable

Events

| Improve this Doc View Source

Failed

Occurs when the background thread fails.

Declaration
event EventHandler<BackgroundThreadFailedEventArgs>? Failed
Event Type
Type Description
System.Nullable<EventHandler<BackgroundThreadFailedEventArgs>>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX