Show / Hide Table of Contents

Interface IVMSThread

Inherited Members
System.IDisposable.Dispose()
Namespace:ESAPIX.Interfaces
Assembly:cs.temp.dll.dll
Syntax
public interface IVMSThread : IDisposable

Properties

ThreadId

Declaration
int ThreadId { get; }
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
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX