C# Class SmartSync.SnapshotItem

Afficher le fichier Open project: projectkudu/KuduCalf

Méthodes publiques

Méthode Description
ReadContent ( Action act ) : void

Returns a readonly stream to the content of the item.

SnapshotItem ( string relPath, long size, DateTimeOffset lastModified, Action readContent ) : System

Method Details

ReadContent() public méthode

Returns a readonly stream to the content of the item.
public ReadContent ( Action act ) : void
act Action
Résultat void

SnapshotItem() public méthode

public SnapshotItem ( string relPath, long size, DateTimeOffset lastModified, Action readContent ) : System
relPath string
size long
lastModified DateTimeOffset
readContent Action
Résultat System