You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

BaseViewer.invokeRemoteMethod Method

Runs the specified remote method on the server.

Namespace: GraphicsMill
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
function invokeRemoteMethod(name, args);

Parameters

name

Type: Global..String

The name of the remote method which should be run on the server.
args

Type: Global..Any[]

The array of arguments. The first element of the array is passed into the first argument, the second element - into the second one, etc. Number of array items should be the same as a number of arguments.

Return Value

The Boolean value which specifies whether the method was run successfully.

See Also

Reference