Initializes a new instance of the SimolClient class.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public SimolClient( AmazonSimpleDB simpleDb, SimolConfig config ) |
Visual Basic |
---|
Public Sub New ( _ simpleDb As AmazonSimpleDB, _ config As SimolConfig _ ) |
Visual C++ |
---|
public: SimolClient( AmazonSimpleDB^ simpleDb, SimolConfig^ config ) |
Parameters
- simpleDb
- Type: AmazonSimpleDB
An already configured SimpleDB client.
- config
- Type: Simol..::..SimolConfig
The Simol advanced configuration options.
Remarks
Simol uses the AWS SDK classes for low-level communication with
SimpleDB. This constructor allows for advanced configuration of
the underlying AmazonSimpleDB instance.