C# Class RightScale.netClient.ActivityLibrary.DestroyDeployment

Destroy Deployment custom CodeActivity destroys a given Deployment by ID
Inheritance: RightScale.netClient.ActivityLibrary.Base.RSCodeActivity
ファイルを表示 Open project: rs-services/RightScaleNetAPI

Private Properties

Property Type Description

Protected Methods

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

Method Details

Execute() protected method

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

GetFriendlyName() protected method

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

PerformRightScaleTask() protected method

protected PerformRightScaleTask ( CodeActivityContext context ) : bool
context CodeActivityContext
return bool