C# Class Soloco.RealTimeWeb.Environment.Migrations.M201602102142_CreateECSWebServices

Inheritance: IMigration, IDisposable
Show file Open project: tim-cools/RealTimeWeb.NET

Public Methods

Method Description
CreateService ( ) : System.Threading.Tasks.Task
Dispose ( ) : void
Down ( ) : System.Threading.Tasks.System.Threading.Tasks.Task
M201602102142_CreateECSWebServices ( MigrationContext context ) : System
Up ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
CreateClient ( ) : IAmazonECS
DeleteService ( ) : System.Threading.Tasks.Task
ServiceExists ( ) : Task

Method Details

CreateService() public method

public CreateService ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Dispose() public method

public Dispose ( ) : void
return void

Down() public method

public Down ( ) : System.Threading.Tasks.System.Threading.Tasks.Task
return System.Threading.Tasks.System.Threading.Tasks.Task

M201602102142_CreateECSWebServices() public method

public M201602102142_CreateECSWebServices ( MigrationContext context ) : System
context Soloco.RealTimeWeb.Environment.Core.MigrationContext
return System

Up() public method

public Up ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task