ArcFM Engine Developer Guide
LogOperation Method


The operation.
Logs the thread-specific operation (e.g., get, set, create).
Syntax
'Declaration
 
Protected Shared Sub LogOperation( _
   ByVal operation As String _
) 
'Usage
 
Dim operation As String
 
ThreadStorage(Of T).LogOperation(operation)
protected static void LogOperation( 
   string operation
)

Parameters

operation
The operation.
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