dojox.wire.ml.Invocation._run
dojo.require("dojox.wire.ml.Invocation");
defined in dojox/wire/ml/Invocation.js
If 'topic' is specified, the topic is published with arguments specified to 'parameters'. If 'method' and 'object' are specified, the method is invoked with arguments specified to 'parameters' and set the return value to a property specified to 'result'. 'object', 'parameters' and 'result' can specify properties of a widget or an DOM element with the dotted notation. If 'parameters' are omitted, the arguments to this method are passed as is.
Usage
function () (view source)