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.AppContext.AppContextThread Class Reference

Public Member Functions

 AppContextThread (string Name)
 
void Stop ()
 
void Run ()
 

Properties

bool Removed [get]
 

Detailed Description

Definition at line 16 of file AppContextThread.cs.

Constructor & Destructor Documentation

◆ AppContextThread()

Csla.Test.AppContext.AppContextThread.AppContextThread ( string  Name)

Definition at line 40 of file AppContextThread.cs.

Member Function Documentation

◆ Run()

void Csla.Test.AppContext.AppContextThread.Run ( )

Definition at line 50 of file AppContextThread.cs.

◆ Stop()

void Csla.Test.AppContext.AppContextThread.Stop ( )

Definition at line 45 of file AppContextThread.cs.

Property Documentation

◆ Removed

bool Csla.Test.AppContext.AppContextThread.Removed
get

Definition at line 23 of file AppContextThread.cs.