FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deMSMQTrigger..::..import Method

import file

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

Syntax


public bool import(
	string sXML,
	string sTriggerID,
	ref string sMessage
)
Public Function import ( _
	sXML As String, _
	sTriggerID As String, _
	ByRef sMessage As String _
) As Boolean
public:
bool^ import(
	String^ sXML, 
	String^ sTriggerID, 
	String^% sMessage
)

Parameters

sXML
Type: String
The s XML.
sTriggerID
Type: String
The s trigger identifier.
sMessage
Type: String%
The s message.

Return Value

true if XXXX, false otherwise.