Initializes a new instance of the SimolClient class.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public SimolClient(
	string awsAccessKeyId,
	string awsSecretAccessKey,
	SimolConfig config
)
Visual Basic
Public Sub New ( _
	awsAccessKeyId As String, _
	awsSecretAccessKey As String, _
	config As SimolConfig _
)
Visual C++
public:
SimolClient(
	String^ awsAccessKeyId, 
	String^ awsSecretAccessKey, 
	SimolConfig^ config
)

Parameters

awsAccessKeyId
Type: System..::..String
The Amazon Web Services access key id.
awsSecretAccessKey
Type: System..::..String
The Amazon Web Services secret access key.
config
Type: Simol..::..SimolConfig
The Simol advanced configuration options.

See Also