AWS SDK for .NET Documentation
ReleaseItemExclusive Method (context, sessionId, lockId)
AmazonAmazon.SessionProviderDynamoDBSessionStateStoreReleaseItemExclusive(HttpContext, String, Object) Did this page help you?   Yes   No    Tell us about it...
Releases a lock on an item in the session data store.
Declaration Syntax
C#
public override void ReleaseItemExclusive(
	HttpContext context,
	string sessionId,
	Object lockId
)
Parameters
context (HttpContext)
The HttpContext for the current request.
sessionId (String)
The session identifier for the current request.
lockId (Object)
The lock identifier for the current request.

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