C# Класс RightScale.netClient.ActivityLibrary.EnableServerArray

Custom Windows Workflow Foundation CodeActivity to enable a given ServerArray within the RightScale system
Наследование: RightScale.netClient.ActivityLibrary.Base.RSCodeActivity
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Защищенные методы

Метод Описание
Execute ( CodeActivityContext context ) : void

Execute method enables the specific ServerArray as defined by inputs

GetFriendlyName ( ) : string

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

PerformRightScaleTask ( CodeActivityContext context ) : bool

Описание методов

Execute() защищенный Метод

Execute method enables the specific ServerArray as defined by inputs
protected Execute ( CodeActivityContext context ) : void
context CodeActivityContext 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