C# Class ConDep.PowerShell.ArrLoadBalancer.Infrastructure.StateExecutor

Mostra file Open project: torresdal/ArrLoadBalancerCmdlet

Public Methods

Method Description
BringServerOnline ( ) : void
DisallowNewConnections ( ) : bool
MakeServerAvailable ( ) : bool
MakeServerHealthy ( ) : void
MakeServerUnavailable ( ) : bool
MakeServerUnavailableGracefully ( ) : bool
MakeServerUnhealthy ( ) : void
StateExecutor ( ConfigurationElement server ) : Microsoft.Web.Administration
TakeServerOffline ( ) : bool

Private Methods

Method Description
Execute ( string state ) : bool

Method Details

BringServerOnline() public method

public BringServerOnline ( ) : void
return void

DisallowNewConnections() public method

public DisallowNewConnections ( ) : bool
return bool

MakeServerAvailable() public method

public MakeServerAvailable ( ) : bool
return bool

MakeServerHealthy() public method

public MakeServerHealthy ( ) : void
return void

MakeServerUnavailable() public method

public MakeServerUnavailable ( ) : bool
return bool

MakeServerUnavailableGracefully() public method

public MakeServerUnavailableGracefully ( ) : bool
return bool

MakeServerUnhealthy() public method

public MakeServerUnhealthy ( ) : void
return void

StateExecutor() public method

public StateExecutor ( ConfigurationElement server ) : Microsoft.Web.Administration
server Microsoft.Web.Administration.ConfigurationElement
return Microsoft.Web.Administration

TakeServerOffline() public method

public TakeServerOffline ( ) : bool
return bool