MarkLogic XCC/.Net Library

Session.NewModuleSpawn Method (String)

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

[Visual Basic]
Function NewModuleSpawn( _
   ByVal moduleUri As String _
) As ModuleSpawn
[C#]
ModuleSpawn NewModuleSpawn(
   string moduleUri
);

Parameters

moduleUri
The URI of a module on the server to be invoked.

Return Value

An initialized instance of ModuleSpawn.

See Also

Session Interface | Marklogic.Xcc Namespace | Session.NewModuleSpawn Overload List