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

Wrapper Class representing all the related information about an Sync request
Afficher le fichier Open project: rafek/SyncFx Class Usage Examples

Méthodes publiques

Свойство Type Description
Changes ICollection
IsLastBatch bool
KnowledgeBlob byte[]
RequestId System.Guid
RequestType CacheRequestType

Property Details

Changes public_oe property

public ICollection Changes
Résultat ICollection

IsLastBatch public_oe property

public bool IsLastBatch
Résultat bool

KnowledgeBlob public_oe property

public byte[] KnowledgeBlob
Résultat byte[]

RequestId public_oe property

public Guid,System RequestId
Résultat System.Guid

RequestType public_oe property

public CacheRequestType RequestType
Résultat CacheRequestType