QueueSystem 构造函数

从基于 ASMX 的QueueSystem web 服务创建QueueSystem对象。

命名空间:  WebSvcQueueSystem
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Sub New
用法

Dim instance As New QueueSystem()
public QueueSystem()

备注

若要创建使用 Windows Communication Foundation (WCF) API 等效QueueSystem对象,请使用QueueSystemClient构造函数之一。

示例

在下面的语句, QueueSystemWebSvc是基于 ASMX 的QueueSystem web 服务任意命名空间。

private static QueueSystemWebSvc.QueueSystem queueSystem = new QueueSystemWebSvc.QueueSystem();

在下面的语句, SvcQueueSystem是基于 WCF 的QueueSystem服务任意命名空间。endpt参数是一个String值,指定客户端终结点地址的名称,在 app.config 文件 (或 web 应用程序的 web.config 文件中)。

private static SvcQueueSystem.QueueSystemClient queueSystemClient = new SvcQueueSystem.QueueSystemClient(endpt);

另请参阅

引用

QueueSystem 类

QueueSystem 成员

WebSvcQueueSystem 命名空间