C# Class SmartSync.SnapshotItem

ファイルを表示 Open project: projectkudu/KuduCalf

Public Methods

Method 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 method

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

SnapshotItem() public method

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