isee.NET Framework Documentation

BasicStateProvider Class

A basic provider of state management for the simulation

For a list of all members of this type, see BasicStateProvider Members.

System.Object
   iseesystems.iseeNET.StateProvider
      iseesystems.iseeNET.BasicStateProvider

[Visual Basic]
Public Class BasicStateProvider
    Inherits StateProvider
[C#]
public class BasicStateProvider : StateProvider

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class uses simple hashtables to persist objects. Use this StateProvider when developing a one-to-one application such as a Windows Forms or command line project.

Requirements

Namespace: iseesystems.iseeNET

Assembly: iseesystems.iseeNET.Simulation (in iseesystems.iseeNET.Simulation.dll)

See Also

BasicStateProvider Members | iseesystems.iseeNET Namespace