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

Custom Windows Workflow Foundation CodeActivity to get information about a specific Server's current instance within the RightScale system
Наследование: RightScale.netClient.ActivityLibrary.Base.RSCodeActivity
Показать файл Открыть проект

Private Properties

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

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

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

Execute calls to the RightScale API and returns metadata related to the current instance of a given server

GetFriendlyName ( ) : string

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

PerformRightScaleTask ( CodeActivityContext context ) : bool

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

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

Execute calls to the RightScale API and returns metadata related to the current instance of a given server
protected Execute ( System context ) : void
context System
Результат 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