![]() Main | Command-line main() method to invoke a module. |
ModuleRunner Constructor
|
Construct an instance that will invoke modules on the server represented by the given URI. Note that the URI will not be validated at this time. |
Request | The Request object used internally to submit requests. This object can be used to set external variables that will be bound to the query when submitted. You should not set your own RequestOptions object, use the RequestOptions property instead. |
RequestOptions | Set (or clear) the RequestOptions instance to associate with submitted queries. |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
Invoke | Invoke the module with the given URI and return the resulting ResultSequence. |
InvokeToSingleString | Invoke the module with the given URI and return the resulting ResultSequence as a single String concatenation of all the values. |
InvokeToStringArray | Invoke the module with the given URI and return the resulting ResultSequence as an array of Strings. |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
ModuleRunner Class | Marklogic.Xcc.Examples Namespace