Syntax
public enum ThreadModel
Remarks
Members
Member Name | Description |
---|
AllowEveryCaller | Or this with the above for the rare cases where the code cannot be
shown to be correct using a static analysis. |
Concurrent | The code may run under multiple threads concurrently without user
locking. |
MainThread | The code may run safely only under the main thread. |
Serializable | The code may run under multiple threads, but only if the
execution is serialized (e.g. by user level locking). |
SingleThread | The code may run under a single arbitrary thread. |
Requirements
Namespace: Gendarme.Framework
Assembly: Gendarme.Framework (in Gendarme.Framework.dll)
Assembly Versions: 2.8.0.0