Class WorkerThread
Inheritance
System.Object
WorkerThread
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cosmos.VS.DebugEngine.Engine.Impl
Assembly: Cosmos.VS.DebugEngine.dll
Syntax
public class WorkerThread : IDisposable
Constructors
| Improve this Doc View SourceWorkerThread()
Declaration
public WorkerThread()
Methods
| Improve this Doc View SourceClose()
Declaration
public void Close()
RunOperation(Operation)
Declaration
public void RunOperation(Operation op)
Parameters
Type | Name | Description |
---|---|---|
Operation | op |
RunOperationAsync(Operation)
Declaration
public void RunOperationAsync(Operation op)
Parameters
Type | Name | Description |
---|---|---|
Operation | op |
Explicit Interface Implementations
| Improve this Doc View SourceIDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
System.IDisposable