08-06-2013 12:10 AM
Hi,
I have a vi calling .net dll which contains following method.
ExecuteRemoteMethod(string targetURI, string methodName, params object[] parameters);
i can able to use (string targetURI, string methodName) in invoke node.
How can i pass parameters (params object[] paramerter) in invoke node.
Please find the attached image
Regards
Thomas
08-12-2013 09:13 PM
Does the DLL have a method for creating a parameter object?
Mike...