C# Class Microsoft.Samples.Synchronization.ClientServices.CacheRequest

Wrapper Class representing all the related information about an Sync request
Show file Open project: rafek/SyncFx Class Usage Examples

Public Properties

Property Type Description
Changes ICollection
IsLastBatch bool
KnowledgeBlob byte[]
RequestId System.Guid
RequestType CacheRequestType

Property Details

Changes public property

public ICollection Changes
return ICollection

IsLastBatch public property

public bool IsLastBatch
return bool

KnowledgeBlob public property

public byte[] KnowledgeBlob
return byte[]

RequestId public property

public Guid,System RequestId
return System.Guid

RequestType public property

public CacheRequestType RequestType
return CacheRequestType