| AspriseImagingCallFunc Method  | 
            Invokes a function
            
 
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string CallFunc(
	string functionName,
	params Object[] args
)
Public Shared Function CallFunc ( 
	functionName As String,
	ParamArray args As Object()
) As String
public:
static String^ CallFunc(
	String^ functionName, 
	... array<Object^>^ args
)
static member CallFunc : 
        functionName : string * 
        args : Object[] -> string 
Parameters
- functionName
 - Type: SystemString
 - args
 - Type: SystemObject
 
Return Value
Type: 
String
See Also