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

Wrapper Class representing all the related information about an Sync request
Exibir arquivo 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_oe property

public ICollection Changes
return ICollection

IsLastBatch public_oe property

public bool IsLastBatch
return bool

KnowledgeBlob public_oe property

public byte[] KnowledgeBlob
return byte[]

RequestId public_oe property

public Guid,System RequestId
return System.Guid

RequestType public_oe property

public CacheRequestType RequestType
return CacheRequestType