C# Class smarx.BlobSync.OneWayBlobSync

Inheritance: IOneWaySync
Afficher le fichier Open project: smarx/noderole Class Usage Examples

Méthodes publiques

Méthode Description
OneWayBlobSync ( CloudBlobContainer container, string localPath ) : System
OneWayBlobSync ( CloudBlobContainer container, string localPath, System.TimeSpan interval ) : System
Start ( ) : void
Stop ( ) : void
SyncAll ( ) : void
SyncForever ( ) : void

Private Methods

Méthode Description
GetLocalPath ( string uri ) : string

Method Details

OneWayBlobSync() public méthode

public OneWayBlobSync ( CloudBlobContainer container, string localPath ) : System
container Microsoft.WindowsAzure.StorageClient.CloudBlobContainer
localPath string
Résultat System

OneWayBlobSync() public méthode

public OneWayBlobSync ( CloudBlobContainer container, string localPath, System.TimeSpan interval ) : System
container Microsoft.WindowsAzure.StorageClient.CloudBlobContainer
localPath string
interval System.TimeSpan
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

SyncAll() public méthode

public SyncAll ( ) : void
Résultat void

SyncForever() public méthode

public SyncForever ( ) : void
Résultat void