CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Test.Threading.BusyLockTests Class Reference

Public Member Functions

void SimpleLock ()
 
void TestTimeout ()
 
void TestBusyLockObject ()
 

Detailed Description

Definition at line 31 of file BusyLockTests.cs.

Member Function Documentation

◆ SimpleLock()

void Csla.Test.Threading.BusyLockTests.SimpleLock ( )

Definition at line 66 of file BusyLockTests.cs.

◆ TestBusyLockObject()

void Csla.Test.Threading.BusyLockTests.TestBusyLockObject ( )

Definition at line 92 of file BusyLockTests.cs.

◆ TestTimeout()

void Csla.Test.Threading.BusyLockTests.TestTimeout ( )

Definition at line 83 of file BusyLockTests.cs.