AWS SDK for .NET Documentation
SetAndReleaseItemExclusive Method (context, sessionId, item, lockId, newItem)
AmazonAmazon.SessionProviderDynamoDBSessionStateStoreSetAndReleaseItemExclusive(HttpContext, String, SessionStateStoreData, Object, Boolean) Did this page help you?   Yes   No    Tell us about it...
Updates the session-item information in the session-state data store with values from the current request, and clears the lock on the data.
Declaration Syntax
C#
public override void SetAndReleaseItemExclusive(
	HttpContext context,
	string sessionId,
	SessionStateStoreData item,
	Object lockId,
	bool newItem
)
Parameters
context (HttpContext)
The HttpContext for the current request.
sessionId (String)
The session identifier for the current request.
item (SessionStateStoreData)
The SessionStateStoreData object that contains the current session values to be stored.
lockId (Object)
The lock identifier for the current request.
newItem (Boolean)
true to identify the session item as a new item; false to identify the session item as an existing item.

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