MarkLogic XCC/.Net Library

Session.NewModuleInvoke Method (String)

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

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

Parameters

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

Return Value

An initialized instance of ModuleInvoke.

See Also

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