This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
ThreadAffinity Fields
The fields of the ThreadAffinity class are listed below. For a complete list of ThreadAffinity class members, see the ThreadAffinity Members topic.
Public:
NOT_SUPPORTED |
The class should not be instantiated in a context that has ThreadAffinity. |
REQUIRED |
The class should be instantiated in a context that has ThreadAffinity. |
REQUIRES_NEW |
The class should be instantiated in a context with a new instance of ThreadAffinity property each time. |
SUPPORTED |
The class does not care if the context has ThreadAffinity or not. |
Protected:
AttributeName (inherited from ContextAttribute) |
The name of the context attribute |
See Also
ThreadAffinity Class | System.Runtime.Remoting Namespace