C# Class RightScale.netClient.ActivityLibrary.LaunchServer

Custom Windows Workflow Foundation CodeActivity to launch a given server within the RightScale system
Inheritance: RightScale.netClient.ActivityLibrary.Base.RSCodeActivity
Afficher le fichier Open project: rs-services/RightScaleNetAPI

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
GetFriendlyName ( ) : string

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

PerformRightScaleTask ( CodeActivityContext context ) : bool

Exectute method launches the given server specified within the input variable collection

Method Details

GetFriendlyName() protected méthode

Override to GetFriendlyName sets the name of the objet in the designer
protected GetFriendlyName ( ) : string
Résultat string

PerformRightScaleTask() protected méthode

Exectute method launches the given server specified within the input variable collection
protected PerformRightScaleTask ( CodeActivityContext context ) : bool
context CodeActivityContext Windows Workflow Foundation CodeActivity runtime contextss
Résultat bool