C# 클래스 Etg.Yams.Azure.UpdateSession.AzureBlobStorageUpdateSessionDiModule

파일 보기 프로젝트 열기: Microsoft/Yams 1 사용 예제들

공개 메소드들

메소드 설명
AzureBlobStorageUpdateSessionDiModule ( IContainer container ) : System
AzureBlobStorageUpdateSessionDiModule ( string clusterId, string instanceId, string updateDomain, string connectionString, string blobContainerName = "applications", int lockBlobRetryCount = 20, int lockBlobRetryIntervalInSeconds = 1, int storageExceptionRetryCount = 20, int storageExceptionRetryIntervalInSeconds = 1 ) : System
RegisterTypes ( string clusterId, string instanceId, string updateDomain, string connectionString, string blobContainerName = "applications", int lockBlobRetryCount = 20, int lockBlobRetryIntervalInSeconds = 1, int storageExceptionRetryCount = 20, int storageExceptionRetryIntervalInSeconds = 1 ) : ContainerBuilder

메소드 상세

AzureBlobStorageUpdateSessionDiModule() 공개 메소드

public AzureBlobStorageUpdateSessionDiModule ( IContainer container ) : System
container IContainer
리턴 System

AzureBlobStorageUpdateSessionDiModule() 공개 메소드

public AzureBlobStorageUpdateSessionDiModule ( string clusterId, string instanceId, string updateDomain, string connectionString, string blobContainerName = "applications", int lockBlobRetryCount = 20, int lockBlobRetryIntervalInSeconds = 1, int storageExceptionRetryCount = 20, int storageExceptionRetryIntervalInSeconds = 1 ) : System
clusterId string
instanceId string
updateDomain string
connectionString string
blobContainerName string
lockBlobRetryCount int
lockBlobRetryIntervalInSeconds int
storageExceptionRetryCount int
storageExceptionRetryIntervalInSeconds int
리턴 System

RegisterTypes() 공개 정적인 메소드

public static RegisterTypes ( string clusterId, string instanceId, string updateDomain, string connectionString, string blobContainerName = "applications", int lockBlobRetryCount = 20, int lockBlobRetryIntervalInSeconds = 1, int storageExceptionRetryCount = 20, int storageExceptionRetryIntervalInSeconds = 1 ) : ContainerBuilder
clusterId string
instanceId string
updateDomain string
connectionString string
blobContainerName string
lockBlobRetryCount int
lockBlobRetryIntervalInSeconds int
storageExceptionRetryCount int
storageExceptionRetryIntervalInSeconds int
리턴 Autofac.ContainerBuilder