C# Класс Primelabs.Twingly.MogileFsApi.MogileFsProtocolImplementation

Наследование: IMogileFs
Показать файл Открыть проект

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

Метод Описание
Delete ( string domain, string key ) : void
GetFileBytes ( string domain, string key, int timeoutMilliseconds ) : byte[]
GetPaths ( string domain, string key, bool noVerify ) : IList
MogileFsProtocolImplementation ( ITrackerBackend trackerBackend, IMogStoreCommunicator storeCommunicator ) : System
Rename ( string domain, string fromKey, string toKey ) : void
Sleep ( int seconds ) : void
StoreFile ( string domain, string key, string storageClass, Stream fileStream, int timeoutMilliseconds ) : void

Описание методов

Delete() публичный Метод

public Delete ( string domain, string key ) : void
domain string
key string
Результат void

GetFileBytes() публичный Метод

public GetFileBytes ( string domain, string key, int timeoutMilliseconds ) : byte[]
domain string
key string
timeoutMilliseconds int
Результат byte[]

GetPaths() публичный Метод

public GetPaths ( string domain, string key, bool noVerify ) : IList
domain string
key string
noVerify bool
Результат IList

MogileFsProtocolImplementation() публичный Метод

public MogileFsProtocolImplementation ( ITrackerBackend trackerBackend, IMogStoreCommunicator storeCommunicator ) : System
trackerBackend ITrackerBackend
storeCommunicator IMogStoreCommunicator
Результат System

Rename() публичный Метод

public Rename ( string domain, string fromKey, string toKey ) : void
domain string
fromKey string
toKey string
Результат void

Sleep() публичный Метод

public Sleep ( int seconds ) : void
seconds int
Результат void

StoreFile() публичный Метод

public StoreFile ( string domain, string key, string storageClass, Stream fileStream, int timeoutMilliseconds ) : void
domain string
key string
storageClass string
fileStream Stream
timeoutMilliseconds int
Результат void