Open Rails

CallOnThreadAttribute Class

[This is preliminary documentation and subject to change.]

Defines a thread on which the target is allowed to run; multiple threads may be allowed for a single target.

For a list of all members of this type, see CallOnThreadAttribute Members .

System.Object
   Attribute
      CallOnThreadAttribute

[AttributeUsage(Inherited=False, AllowMultiple=True, ValidOn=(AttributeTargets.Class|AttributeTargets.Constructor|AttributeTargets.Method))]
public sealed class CallOnThreadAttribute : Attribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: ORTS.Common

Assembly: ORTS.Common (in ORTS.Common.dll)

See Also

CallOnThreadAttribute Members | ORTS.Common Namespace