Statusing コンストラクター
Statusingの ASMX ベース web サービスからは、 Statusingオブジェクトを作成します。
名前空間: WebSvcStatusing
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Sub New
'使用
Dim instance As New Statusing()
public Statusing()
注釈
Windows 通信基盤 (WCF) API を使用するStatusingと等価であるオブジェクトを作成するのには、 StatusingClientコンス トラクターのいずれかを使用します。
例
次のステートメントではWebSvcStatusingは、 Statusingの ASMX ベース web サービスを任意の名前空間です。
private static WebSvcStatusing.Statusing statusing = new WebSvcStatusing.Statusing();
次のステートメントではWebSvcStatusingは、任意の WCF ベースのStatusingサービスの名前空間です。endptパラメーターは、app.config ファイル内に (または web アプリケーションの web.config ファイルで)、クライアントのエンドポイント アドレスの名前を指定するString値です。
private static WebSvcStatusing.StatusingClient statusingClient = new WebSvcStatusing.StatusingClient(endpt);