Imports the rabbit mq connection.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool importRabbitMQConnection(
string sImportXML
)
Public Function importRabbitMQConnection ( _
sImportXML As String _
) As Boolean
public:
bool^ importRabbitMQConnection(
String^ sImportXML
)
Parameters
- sImportXML
- Type: String
The s import XML.
Return Value
true if XXXX,
false otherwise.