Click or drag to resize

IThreadAware Interface

An interface to an instance that is thread-aware. A thread-aware instance can report whether or not its instance methods are thread safe. It also offers the option to make a copy of itself that can simultaneously be used with this instance from two different threads.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface IThreadAware : ICloneWithContext

The IThreadAware type exposes the following members.

Properties
  NameDescription
Public propertyIsThreadSafe
Gets a value indicating whether the methods on this instance are safe to call from multiple threads simultaneously.
Top
Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
(Inherited from ICloneWithContext.)
Top
See Also