Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回以指定属性作为 Hashtable 的新 QAManager 实例。
Public Overridable Function CreateQAManager( ByVal properties As Hashtable ) As QAManager
public virtual abstract QAManager CreateQAManager(Hashtable properties)
属性 用于配置 QAManager 实例的 hashtable。
一个新的 QAManager 实例。
QAException 类 如果创建管理器时存在问题,则抛出异常。
如果 hashtable 参数为空值,则使用缺省属性创建 QAManager。创建此实例后,可以使用 QAManagerBase.SetProperty 通过编程方式设置 QAnywhere Manager 配置属性。
有关 QAnywhere Manager 配置属性的列表,请参见QAnywhere Manager 配置属性。