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!

Synchronization Class

[To be supplied.]

Object
   Attribute
      ContextAttribute
         Synchronization

[Visual Basic]
Public Class Synchronization
   Inherits ContextAttribute
   Implements IContributeServerContextSink, _
   IContributeClientContextSink
[C#]
public class Synchronization : ContextAttribute,
   IContributeServerContextSink, IContributeClientContextSink
[C++]
public __gc class Synchronization : public ContextAttribute,
   IContributeServerContextSink, IContributeClientContextSink
[JScript]
public class Synchronization extends ContextAttribute,
   IContributeServerContextSink, IContributeClientContextSink

Remarks

[To be supplied.]

Requirements

Namespace: System.Runtime.Remoting

Assembly: mscorlib.dll

See Also

Synchronization Members | System.Runtime.Remoting Namespace