MarkLogic XCC/.Net Library

Session.NewModuleInvoke Method

Create a new ModuleInvoke object and initialize it with the given module URI.

Overload List

Create a new ModuleInvoke object and initialize it with the given module URI.

ModuleInvoke NewModuleInvoke(string);

Create a new ModuleInvoke object and initialize it with the given module URI and RequestOptions object.

ModuleInvoke NewModuleInvoke(string,RequestOptions);

See Also

Session Interface | Marklogic.Xcc Namespace