gpt4 book ai didi

c# - 如何在没有 ModuleInfo 标签的 app.config 的情况下使用 C# 连接到带有 Emc.Documentum.FS.Runtime 的 Documentum?

转载 作者:太空宇宙 更新时间:2023-11-03 17:04:07 28 4
gpt4 key购买 nike

使用 app.config 的示例代码:

ContextFactory contextFactory = ContextFactory.Instance;
IServiceContext serviceContext = contextFactory.NewContext();

我想在代码中设置 app.config 部分,而不是让 API 直接读取它。

<Emc.Documentum>
<FS>
<ConfigObject type="Emc.Documentum.FS.Runtime.Impl.Configuration.ConfigObject, Emc.Documentum.FS.Runtime"
defaultModuleName="core" registryProviderModuleName="core" requireSignedUcfJars="true">
<ModuleInfo name="core" protocol="http" host="documentum.current.dev" port="9080" contextRoot="services"/>
<ModuleInfo name="search" protocol="http" host="documentum.current.dev" port="9080" contextRoot="services"/>
<ModuleInfo name="bpm" protocol="http" host="documentum.current.dev" port="9080" contextRoot="services"/>
<ModuleInfo name="collaboration" protocol="http" host="documentum.current.dev" port="9080" contextRoot="services" />
</ConfigObject>
</FS>
</Emc.Documentum>

最佳答案

关于c# - 如何在没有 ModuleInfo 标签的 app.config 的情况下使用 C# 连接到带有 Emc.Documentum.FS.Runtime 的 Documentum?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9315379/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com