C# 클래스 ExternalConfigurationStore.Cloud.WorkerRole

상속: RoleEntryPoint
파일 보기 프로젝트 열기: mspnp/cloud-design-patterns

공개 메소드들

메소드 설명
OnStart ( ) : bool
OnStop ( ) : void
Run ( ) : void

비공개 메소드들

메소드 설명
DeleteConfigurationBlob ( ) : void

Clean up storage account, remove sample configuration files

UploadConfigurationBlob ( ) : void

Initialize the storage account with some sample configuration files

메소드 상세

OnStart() 공개 메소드

public OnStart ( ) : bool
리턴 bool

OnStop() 공개 메소드

public OnStop ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void