MarkLogic XCC/.Net Library

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.

[Visual Basic]
Public Sub New( _
   ByVal serverUri As Uri _
)
[C#]
public ModuleRunner(
   Uri serverUri
);

Parameters

serverUri
A URI that specifies a server as per ContentSourceFactory.NewContentSource(URI).

See Also

ModuleRunner Class | Marklogic.Xcc.Examples Namespace