MarkLogic XCC/.Net Library

ModuleRunner Members

ModuleRunner overview

Public Static (Shared) Methods

Main Command-line main() method to invoke a module.

Public Instance Constructors

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.

Public Instance Properties

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.

Public Instance Methods

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) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

ModuleRunner Class | Marklogic.Xcc.Examples Namespace