AWS SDK for .NET Documentation
Initialize Method (name, config)
AmazonAmazon.SessionProviderDynamoDBSessionStateStoreInitialize(String, NameValueCollection) Did this page help you?   Yes   No    Tell us about it...
Initializes the provider by pulling the config info from the web.config and validate/create the DynamoDB table. If the table is being created this method will block until the table is active.
Declaration Syntax
C#
public override void Initialize(
	string name,
	NameValueCollection config
)
Parameters
name (String)
config (NameValueCollection)

Assembly: AWS.SessionProvider (Module: AWS.SessionProvider) Version: 1.0.0.0 (1.0.0.0)