C# 클래스 FileSystemDurabilityPlugin.WindowsAzureBlob2FileSystemSync

파일 보기 프로젝트 열기: movabletype/Windows-Azure-File-System-Durability-Plugin

공개 메소드들

메소드 설명
DownloadingFile ( object sender, ApplyingChangeEventArgs args ) : void
UploadingFile ( object sender, FileSystemDurabilityPlugin.ApplyingBlobEventArgs args ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DownloadingFile() 공개 정적인 메소드

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

UploadingFile() 공개 정적인 메소드

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