ICriticalSection Interface

Represents type ICriticalSection.

Namespace: Spring
IInvokable
  Spring.ICriticalSection
    Spring.TInterfacedCriticalSection
type
 ICriticalSection = interface(IInvokable)
 ['{16C21E9C-6450-4EA4-A3D3-1D59277C9BA6}']
 end;

The ICriticalSection type exposes the following members.

Show:
 NameDescription
Enter

Represents method Enter.

Leave

Represents method Leave.

ScopedLock

Represents method ScopedLock.

Top