
Public Member Functions | |
| StartSyncInfo () | |
| Constructor. | |
| StartSyncInfo (BinaryReader reader) | |
| Constructs a SyncStartInfo from a serialized object. | |
| void | Serialize (BinaryWriter writer) |
| Serializes this instance into a stream. | |
Public Attributes | |
| string | CollectionID |
| The collection to sync. | |
| string | Context |
| The sync context. | |
| bool | ChangesOnly |
| True if only changes since last sync are wanted. | |
| bool | ClientHasChanges |
| True if the client has changes. Used to Determine if there is work. | |
| StartSyncStatus | Status |
| The Status of this sync. | |
| Access.Rights | Access |
| The access allowed to the collection. | |
| string | Requester |
| The requester of sync. | |
| string | HostID |
| The Host ID where the collection has been moved. | |
| Simias::Sync::StartSyncInfo::StartSyncInfo | ( | ) | [inline] |
Constructor.
| Simias::Sync::StartSyncInfo::StartSyncInfo | ( | BinaryReader | reader | ) | [inline] |
| void Simias::Sync::StartSyncInfo::Serialize | ( | BinaryWriter | writer | ) | [inline] |
Serializes this instance into a stream.
| writer | The stream to serialize to. |
The collection to sync.
The sync context.
True if only changes since last sync are wanted.
True if the client has changes. Used to Determine if there is work.
| StartSyncStatus Simias::Sync::StartSyncInfo::Status |
The Status of this sync.
The access allowed to the collection.
The requester of sync.
The Host ID where the collection has been moved.
1.5.6