Interface IVMSThread
Inherited Members
System.IDisposable.Dispose()
Namespace:ESAPIX.Interfaces
Assembly:cs.temp.dll.dll
Syntax
public interface IVMSThread : IDisposable
Properties
ThreadId
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
Invoke(Action)
Declaration
void Invoke(Action action)
Parameters
Type |
Name |
Description |
System.Action |
action |
|
InvokeAsync(Action)
Declaration
Task InvokeAsync(Action action)
Parameters
Type |
Name |
Description |
System.Action |
action |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|