C# 클래스 SmartSync.SnapshotItem

파일 보기 프로젝트 열기: projectkudu/KuduCalf

공개 메소드들

메소드 설명
ReadContent ( Action act ) : void

Returns a readonly stream to the content of the item.

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

메소드 상세

ReadContent() 공개 메소드

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

SnapshotItem() 공개 메소드

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