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 Members

Public:

Constructor

ThreadAffinity Constructor Overloaded. Initializes a new ThreadAffinity.

Properties

Name (inherited from ContextAttribute) [To be supplied.]

Methods

Equals (inherited from ContextAttribute) [To be supplied.]
Freeze (inherited from ContextAttribute) [To be supplied.]
GetClientContextSink [To be supplied.]
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetPropertiesForNewContext [To be supplied.]
GetServerContextSink Takes the first sink in the chain of sinks composed so far and chains its message sink in front of the chain formed.
GetType (inherited from Object) Gets the Type of the Object.
IsContextOK [To be supplied.]
IsNewContextOK (inherited from ContextAttribute) [To be supplied.]
ToString (inherited from Object) Returns a String that represents the current Object.

Fields

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:

Methods

Finalize [To be supplied.]
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

Fields

AttributeName (inherited from ContextAttribute) The name of the context attribute

See Also

ThreadAffinity Class | System.Runtime.Remoting Namespace