{CompanyName} FlexyGo

ProcessManager..::..LogExternalAction Method

Logs the execution of external process.

Namespace:  FLEXYGO.Processing
Assembly:  flxEntity (in flxEntity.dll)

Syntax


public static void LogExternalAction(
	ConfToken ConfToken,
	DateTime TimeStamp,
	DateTime EndTimeStamp,
	string Message,
	string processName,
	Object ObjectName,
	Object ObjectKey
)
Public Shared Sub LogExternalAction ( _
	ConfToken As ConfToken, _
	TimeStamp As DateTime, _
	EndTimeStamp As DateTime, _
	Message As String, _
	processName As String, _
	ObjectName As Object, _
	ObjectKey As Object _
)

Parameters

ConfToken
Type: FLEXYGO.Configuration.Tokens..::..ConfToken
ConfToken to get username and userId
TimeStamp
Type: DateTime
EndTimeStamp
Type: DateTime
Message
Type: String
The log Message
processName
Type: String
The processName.
ObjectName
Type: Object
The ObjectName.
ObjectKey
Type: Object
The object key

Exceptions


ExceptionCondition
Exception
DataException