FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDBAuditLogProvider..::..logBulkMessage Method

Namespace:  FlowWright.cDevErrorProvider
Assembly:  cDevErrorProvider (in cDevErrorProvider.dll)

Syntax


public bool logBulkMessage(
	List<auditSource> oAuditSources,
	List<DBAuditMessage> oMessages,
	priorityLevel oPriority,
	actionType ActionType,
	string oldValue,
	string newValue,
	string workflowUserID
)
Public Function logBulkMessage ( _
	oAuditSources As List(Of auditSource), _
	oMessages As List(Of DBAuditMessage), _
	oPriority As priorityLevel, _
	ActionType As actionType, _
	oldValue As String, _
	newValue As String, _
	workflowUserID As String _
) As Boolean
public:
bool^ logBulkMessage(
	List<auditSource^>^ oAuditSources, 
	List<DBAuditMessage^>^ oMessages, 
	priorityLevel^ oPriority, 
	actionType^ ActionType, 
	String^ oldValue, 
	String^ newValue, 
	String^ workflowUserID
)

Parameters

oAuditSources
Type: List<(Of <(<'auditSource>)>)>
oMessages
Type: List<(Of <(<'DBAuditMessage>)>)>
oPriority
Type: FlowWright.cDevErrorProvider..::..priorityLevel
ActionType
Type: FlowWright.cDevErrorProvider..::..actionType
oldValue
Type: String
newValue
Type: String
workflowUserID
Type: String