C# 클래스 ConDep.PowerShell.ArrLoadBalancer.Infrastructure.StateExecutor

파일 보기 프로젝트 열기: torresdal/ArrLoadBalancerCmdlet

공개 메소드들

메소드 설명
BringServerOnline ( ) : void
DisallowNewConnections ( ) : bool
MakeServerAvailable ( ) : bool
MakeServerHealthy ( ) : void
MakeServerUnavailable ( ) : bool
MakeServerUnavailableGracefully ( ) : bool
MakeServerUnhealthy ( ) : void
StateExecutor ( ConfigurationElement server ) : Microsoft.Web.Administration
TakeServerOffline ( ) : bool

비공개 메소드들

메소드 설명
Execute ( string state ) : bool

메소드 상세

BringServerOnline() 공개 메소드

public BringServerOnline ( ) : void
리턴 void

DisallowNewConnections() 공개 메소드

public DisallowNewConnections ( ) : bool
리턴 bool

MakeServerAvailable() 공개 메소드

public MakeServerAvailable ( ) : bool
리턴 bool

MakeServerHealthy() 공개 메소드

public MakeServerHealthy ( ) : void
리턴 void

MakeServerUnavailable() 공개 메소드

public MakeServerUnavailable ( ) : bool
리턴 bool

MakeServerUnavailableGracefully() 공개 메소드

public MakeServerUnavailableGracefully ( ) : bool
리턴 bool

MakeServerUnhealthy() 공개 메소드

public MakeServerUnhealthy ( ) : void
리턴 void

StateExecutor() 공개 메소드

public StateExecutor ( ConfigurationElement server ) : Microsoft.Web.Administration
server Microsoft.Web.Administration.ConfigurationElement
리턴 Microsoft.Web.Administration

TakeServerOffline() 공개 메소드

public TakeServerOffline ( ) : bool
리턴 bool