NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ThreadAffinity.REQUIRES_NEW

The class should be instantiated in a context with a new instance of ThreadAffinity property each time.

[Visual Basic]
Public Const REQUIRES_NEW As Integer
[C#]
public const int REQUIRES_NEW;
[C++]
public: const int REQUIRES_NEW;
[JScript]
public var REQUIRES_NEW : int;

See Also

ThreadAffinity Class | ThreadAffinity Members | System.Runtime.Remoting Namespace