North State Framework in C#  V3.0.0
An object-oriented framework for implementing UML state machines.
Static Public Member Functions | Properties | List of all members
NSFEnvironment Class Reference

Represents information and methods applicable to the entire framework environment. More...

Static Public Member Functions

static void terminate ()
 Terminates the framework environment. More...
 

Properties

static List< NSFThreadThreads [get]
 Gets a list of threads in the enviroment. More...
 

Detailed Description

Represents information and methods applicable to the entire framework environment.

This class can be used to terminate the framework environment.

Member Function Documentation

static void terminate ( )
static

Terminates the framework environment.

This method should be called near the end of an application to coordinate terminating the application.

Property Documentation

List<NSFThread> Threads
staticget

Gets a list of threads in the enviroment.




Copyright 2004-2014, North State Software, LLC. All rights reserved.