ArcFM Engine Developer Guide
GetThreadId Method


Gets the calling thread's managed thread id.
Syntax
'Declaration
 
Protected Shared Function GetThreadId() As Integer
'Usage
 
Dim value As Integer
 
value = ThreadStorage(Of T).GetThreadId()
protected static int GetThreadId()

Return Value

The calling thread's managed thread id.
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

ThreadStorage<T> Class
ThreadStorage<T> Members

 

 


Send Comment