ReentrantSemaphore.RevertRelevance Struct

Definition

A structure that hides any evidence that the caller has entered a ReentrantSemaphore till this value is disposed.

public: value class ReentrantSemaphore::RevertRelevance : IDisposable
public struct ReentrantSemaphore.RevertRelevance : IDisposable
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct ReentrantSemaphore.RevertRelevance : IDisposable
type ReentrantSemaphore.RevertRelevance = struct
    interface IDisposable
[<System.Runtime.CompilerServices.IsReadOnly>]
type ReentrantSemaphore.RevertRelevance = struct
    interface IDisposable
Public Structure ReentrantSemaphore.RevertRelevance
Implements IDisposable
Inheritance
ReentrantSemaphore.RevertRelevance
Attributes
Implements

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Applies to