MarkLogic XCC/.Net Library

Session.NewModuleSpawn Method

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

Overload List

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

ModuleSpawn NewModuleSpawn(string);

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

ModuleSpawn NewModuleSpawn(string,RequestOptions);

See Also

Session Interface | Marklogic.Xcc Namespace