MarkLogic XCC/.Net Library

ModuleRunner.Invoke Method 

Invoke the module with the given URI and return the resulting ResultSequence.

[Visual Basic]
Overridable Public Function Invoke( _
   ByVal moduleUri As String _
) As ResultSequence
[C#]
public virtual ResultSequence Invoke(
   string moduleUri
);

Parameters

moduleUri
A URI that specifies a module to invoke on the server.

Return Value

An instance ResultSequence, possibly with size zero.

See Also

ModuleRunner Class | Marklogic.Xcc.Examples Namespace