FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..addToHistoryAsync Method

Adds to history asynchronously

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

Syntax


public static bool addToHistoryAsync(
	string sConnectionString,
	string itemID,
	string updatedBy,
	string historyItem,
	DateTime oDateTime,
	ref string sError
)
Public Shared Function addToHistoryAsync ( _
	sConnectionString As String, _
	itemID As String, _
	updatedBy As String, _
	historyItem As String, _
	oDateTime As DateTime, _
	ByRef sError As String _
) As Boolean
public:
static bool^ addToHistoryAsync(
	String^ sConnectionString, 
	String^ itemID, 
	String^ updatedBy, 
	String^ historyItem, 
	DateTime^ oDateTime, 
	String^% sError
)

Parameters

sConnectionString
Type: String
The s connection string.
itemID
Type: String
The item identifier.
updatedBy
Type: String
The updated by.
historyItem
Type: String
The history item.
oDateTime
Type: DateTime
entry date time
sError
Type: String%
The s error.

Return Value

true if XXXX, false otherwise.