C# Class FileSystemDurabilityPlugin.WindowsAzureBlob2FileSystemSync

ファイルを表示 Open project: movabletype/Windows-Azure-File-System-Durability-Plugin

Public Methods

Method Description
DownloadingFile ( object sender, ApplyingChangeEventArgs args ) : void
UploadingFile ( object sender, FileSystemDurabilityPlugin.ApplyingBlobEventArgs args ) : void

Private Methods

Method Description
Main ( string args ) : void
RoleEnvironmentChanged ( object sender, RoleEnvironmentChangedEventArgs e ) : void
RoleEnvironmentStopping ( object sender, RoleEnvironmentStoppingEventArgs e ) : void
SynchronizeOnce ( FileSyncScopeFilter filter, string localPathName, string containerName, Microsoft.WindowsAzure.CloudStorageAccount storageAccount ) : void

Method Details

DownloadingFile() public static method

public static DownloadingFile ( object sender, ApplyingChangeEventArgs args ) : void
sender object
args ApplyingChangeEventArgs
return void

UploadingFile() public static method

public static UploadingFile ( object sender, FileSystemDurabilityPlugin.ApplyingBlobEventArgs args ) : void
sender object
args FileSystemDurabilityPlugin.ApplyingBlobEventArgs
return void