Table of Contents

Interface IThreadDependent

Namespace
CarinaStudio.Threading
Assembly
CarinaStudio.AppBase.Application.dll

Object which depends on specific thread.

public interface IThreadDependent : ISynchronizable
Inherited Members
Extension Methods

Methods

CheckAccess()

Check whether current thread is the thread which object depends on or not.

bool CheckAccess()

Returns

bool

True if current thread is the thread which object depends on.