C# 클래스 RightScale.netClient.ActivityLibrary.DestroyDeployment

Destroy Deployment custom CodeActivity destroys a given Deployment by ID
상속: RightScale.netClient.ActivityLibrary.Base.RSCodeActivity
파일 보기 프로젝트 열기: rs-services/RightScaleNetAPI

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
Execute ( System context ) : void

Execute method manages process of destroying a given Deployment based on the ID specified

GetFriendlyName ( ) : string

Override to GetFriendlyName sets the name of the objet in the designer

PerformRightScaleTask ( CodeActivityContext context ) : bool

메소드 상세

Execute() 보호된 메소드

Execute method manages process of destroying a given Deployment based on the ID specified
protected Execute ( System context ) : void
context System Windows Workflow Foundation CodeActivity runtime context
리턴 void

GetFriendlyName() 보호된 메소드

Override to GetFriendlyName sets the name of the objet in the designer
protected GetFriendlyName ( ) : string
리턴 string

PerformRightScaleTask() 보호된 메소드

protected PerformRightScaleTask ( CodeActivityContext context ) : bool
context CodeActivityContext
리턴 bool