Events クラス

Project Server のイベント ハンドラーの関連付けを管理するためのメソッドが含まれます。Project Server のイベント、特定のイベントのイベント ハンドラーの関連付け、またはすべてのイベント ハンドラーの関連付けのリストをお読みください。作成、更新、およびイベント ハンドラーの関連付けを削除します。

継承階層

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcEvents.Events

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

構文

'宣言
<WebServiceBindingAttribute(Name := "EventsSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/Events/")> _
Public Class Events _
    Inherits SoapHttpClientProtocol
'使用
Dim instance As Events
[WebServiceBindingAttribute(Name = "EventsSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/Events/")]
public class Events : SoapHttpClientProtocol

スレッド セーフ

この型のパブリック static (Visual Basic のShared ) メンバーはいずれもスレッド セーフです。インスタンス メンバーはスレッド セーフになるという保証はありません。

関連項目

参照先

Events メンバー

WebSvcEvents 名前空間