次の方法で共有


QueueSystem コンストラクター

QueueSystemの ASMX ベース web サービスからは、 QueueSystemオブジェクトを作成します。

名前空間:  WebSvcQueueSystem
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public Sub New
'使用

Dim instance As New QueueSystem()
public QueueSystem()

注釈

Windows 通信基盤 (WCF) API を使用するQueueSystemと等価であるオブジェクトを作成するのには、 QueueSystemClientコンス トラクターのいずれかを使用します。

次のステートメントではQueueSystemWebSvcは、 QueueSystemの ASMX ベース web サービスを任意の名前空間です。

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

次のステートメントではSvcQueueSystemは、任意の WCF ベースのQueueSystemサービスの名前空間です。endptパラメーターは、app.config ファイル内に (または web アプリケーションの web.config ファイルで)、クライアントのエンドポイント アドレスの名前を指定するString値です。

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

関連項目

参照先

QueueSystem クラス

QueueSystem メンバー

WebSvcQueueSystem 名前空間