ArcFM Desktop Developer Guide
STAThreadStorage<T> Class
Members 


The type of thread-specific value.
Product Availability
Required Licenses
.NET Assembly
Represents a strongly typed thread-specific value that should only be accessed on an STA thread.
Object Model
STAThreadStorage<T> Class
Syntax
'Declaration
 
Public Class STAThreadStorage(Of T) 
   Inherits ThreadStorage(Of T)
'Usage
 
Dim instance As STAThreadStorage(Of T)
public class STAThreadStorage<T> : ThreadStorage<T> 
Type Parameters
T
The type of thread-specific value.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      Miner.Threading.ThreadStorage<T>
         Miner.Threading.STAThreadStorage<T>

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

STAThreadStorage<T> Members
Miner.Threading Namespace

 

 


Send Comment