WorkflowHostSetupEnvironment Method |
Register the URL to the Workflow4 webservice, if any. This information will be used to supply activities with
the URL to the associated OData service.
Namespace: Scanjour.Workflow4.HostAssembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic void SetupEnvironment(
List<Uri> contentServerUris,
Uri pdfServiceUri = null
)
Public Sub SetupEnvironment (
contentServerUris As List(Of Uri),
Optional pdfServiceUri As Uri = Nothing
)
public:
void SetupEnvironment(
List<Uri^>^ contentServerUris,
Uri^ pdfServiceUri = nullptr
)
member SetupEnvironment :
contentServerUris : List<Uri> *
?pdfServiceUri : Uri
(* Defaults:
let _pdfServiceUri = defaultArg pdfServiceUri null
*)
-> unit
Parameters
- contentServerUris ListUri
- Uri specifying the location of the content server
- pdfServiceUri Uri (Optional)
- The Uri to the PDF service.
See Also