ArcFM Engine Developer Guide
ServiceLoggingParameters Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal serviceName As String, _
   ByVal status As ServiceStatus, _
   ByVal startIndex As Integer, _
   ByVal traceLevel As Integer, _
   ByVal filePath As String _
)
'Usage
 
Dim serviceName As String
Dim status As ServiceStatus
Dim startIndex As Integer
Dim traceLevel As Integer
Dim filePath As String
 
Dim instance As New ServiceLoggingParameters(serviceName, status, startIndex, traceLevel, filePath)
public ServiceLoggingParameters( 
   string serviceName,
   ServiceStatus status,
   int startIndex,
   int traceLevel,
   string filePath
)

Parameters

serviceName
status
startIndex
traceLevel
filePath
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

ServiceLoggingParameters Class
ServiceLoggingParameters Members

 

 


Send Comment