SyncScope Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a logical grouping of objects to be synchronized.

Namespace: Microsoft.Synchronization.Data.Peer
Assembly: Microsoft.Synchronization.Data.Peer (in microsoft.synchronization.data.peer.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SyncScope
'Usage
Dim instance As SyncScope
[SerializableAttribute] 
public class SyncScope
[SerializableAttribute] 
public ref class SyncScope
/** @attribute SerializableAttribute() */ 
public class SyncScope
SerializableAttribute 
public class SyncScope

Remarks

For peer-to-peer database synchronization, a scope is typically a set of tables.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.Peer.SyncScope

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SyncScope Members
Microsoft.Synchronization.Data.Peer Namespace