This document is archived and information here might be outdated. Recommended version. |
Executes a named image server processing command.
[Visual Basic .NET]
Public Function Execute ( _
ByVal Name As String, _
ByVal argument As Object _
) As Object
[C#]
public object Execute (
string Name,
object argument
);
[C++]
HRESULT Execute(
BSTR Name,
VARIANT argument
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR argument [in]
argument is a parameter of type VARIANT