Run
Executes a MapForce Server Execution file (.mfx file). Returns true in case of success; false otherwise.
Signature
Run(in bstrMappingPath:String) -> Boolean |
Generic signature
bool Run(string bstrMappingPath) |
C#
HRESULT Run( [in] BSTR bstrMappingPath, [out, retval] VARIANT_BOOL* pbSuccess ); |
C++
Function Run(ByVal bstrMappingPath As String) As Boolean |
VB.NET
Parameters
Name | Type | Description |
---|---|---|
bstrMappingPath | String | Specifies the path to the MapForce Server execution (.mfx) file. If you specify a relative path, then it will be resolved against the working directory. You can set the working directory from the WorkingDirectory property. |