| 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
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