Canvas.invokeRemoteMethod Method

Runs the specified remote method on the server.

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

Syntax

Java Script
function invokeRemoteMethod(functionName, args);

Parameters

functionName

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

true if the method was run successfully; otherwise, false.

See Also

Reference