C# Class Etg.Yams.Azure.UpdateSession.AzureBlobStorageUpdateSessionDiModule

Show file Open project: Microsoft/Yams Class Usage Examples

Public Methods

Method Description
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

Method Details

AzureBlobStorageUpdateSessionDiModule() public method

public AzureBlobStorageUpdateSessionDiModule ( IContainer container ) : System
container IContainer
return System

AzureBlobStorageUpdateSessionDiModule() public method

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
return System

RegisterTypes() public static method

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
return Autofac.ContainerBuilder