C# Class Stratosphere.Table.Sdb.SdbService

Inheritance: Stratosphere.Aws.AmazonWebService
Show file Open project: petrohi/Stratosphere Class Usage Examples

Public Methods

Method Description
Execute ( string>.IEnumerable parameters ) : System.Xml.Linq.XElement
ExecuteWithExpectation ( string>.IEnumerable parameters ) : System.Xml.Linq.XElement
ResetBoxUsage ( ) : void
SdbService ( string id, string secret ) : System

Private Methods

Method Description
ParseBoxUsage ( System.Xml.Linq.XElement responseElement ) : double

Method Details

Execute() public method

public Execute ( string>.IEnumerable parameters ) : System.Xml.Linq.XElement
parameters string>.IEnumerable
return System.Xml.Linq.XElement

ExecuteWithExpectation() public method

public ExecuteWithExpectation ( string>.IEnumerable parameters ) : System.Xml.Linq.XElement
parameters string>.IEnumerable
return System.Xml.Linq.XElement

ResetBoxUsage() public static method

public static ResetBoxUsage ( ) : void
return void

SdbService() public method

public SdbService ( string id, string secret ) : System
id string
secret string
return System