Amazon.SessionProvider.DynamoDBSessionStateStore.DynamoDBSessionStateStore C# (CSharp) Method

DynamoDBSessionStateStore() static private method

static private DynamoDBSessionStateStore ( ) : System
return System
        static DynamoDBSessionStateStore()
        {
            CONSISTENT_READ_GET.ConsistentRead = true;

            LOCK_UPDATE_CONFIG.Expected = new Document();
            LOCK_UPDATE_CONFIG.Expected[ATTRIBUTE_LOCKED] = false;
            LOCK_UPDATE_CONFIG.ReturnValues = ReturnValues.AllNewAttributes;
        }

Same methods

DynamoDBSessionStateStore::DynamoDBSessionStateStore ( IAmazonDynamoDB ddbClient ) : System
DynamoDBSessionStateStore::DynamoDBSessionStateStore ( string name, NameValueCollection config ) : System