Responder Developer Guide
CreateProcessLog Method


Syntax
'Declaration
 
Public Shared Function CreateProcessLog( _
   ByVal processName As String, _
   ByVal startTime As Date, _
   ByVal endTime As Date, _
   ByVal id As Integer _
) As ProcessLog
'Usage
 
Dim processName As String
Dim startTime As Date
Dim endTime As Date
Dim id As Integer
Dim value As ProcessLog
 
value = ProcessLog.CreateProcessLog(processName, startTime, endTime, id)
public static ProcessLog CreateProcessLog( 
   string processName,
   DateTime startTime,
   DateTime endTime,
   int id
)

Parameters

processName
startTime
endTime
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

ProcessLog Class
ProcessLog Members

 

 


Send Comment