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
)
Visual Basic
Public Sub New ( _
	awsAccessKeyId As String, _
	awsSecretAccessKey As String _
)
Visual C++
public:
SimolClient(
	String^ awsAccessKeyId, 
	String^ awsSecretAccessKey
)

Parameters

awsAccessKeyId
Type: System..::..String
The Amazon Web Services access key id.
awsSecretAccessKey
Type: System..::..String
The Amazon Web Services secret access key.

See Also