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!

Thread Relative Statics Reference

ThreadRelativeAttribute Reference

Custom attributed that is used to mark a static field as being relative for each thread i.e. each thread has its own static field.

public class  ThreadStaticAttribute : Attribute
{
  public ThreadStaticAttribute()
  {
  }
}