C# Класс SmartSync.SnapshotItem

Показать файл Открыть проект

Открытые методы

Метод Описание
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