PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingConcurrent­Access­TokenDispose
Open sandboxFocus

ConcurrentAccessToken.Dispose Method

Dispose()

Indicates that the operation requiring access on an object has completed. If the Complete() method is not invoked before the Dispose() method, the transaction is considered to have failed. Current threading models do not support transactions and therefore this semantic is currently unused, but it may be used in the future.

Declaration
public void Dispose()