C# Class RightScale.netClient.ActivityLibrary.GetServerCurrentInstanceInfo

Custom Windows Workflow Foundation CodeActivity to get information about a specific Server's current instance within the RightScale system
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 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

Method Details

Execute() protected method

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