AdminEventReceiver.OnStatusReportsDeletedRemote メソッド
Admin -タイムシートが削除された後に発生するStatusReportsDeletedイベントのリモート ポスト イベント レシーバーです。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public Overridable Sub OnStatusReportsDeletedRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As StatusReportPostDeleteEventArgs _
)
'使用
Dim instance As AdminEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As StatusReportPostDeleteEventArgs
instance.OnStatusReportsDeletedRemote(contextInfo, _
eventHandlerUid, e)
public virtual void OnStatusReportsDeletedRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
StatusReportPostDeleteEventArgs e
)
パラメーター
contextInfo
型: Microsoft.Office.Project.Server.Library.PSContextInfoProject Server のコンテキスト情報が含まれています。
eventHandlerUid
型: System.Guidリモート イベント レシーバーの GUID を指定します。
実装
注釈
タイムシートの管理] ページのProject Web App (の PWA 設定ページの [時間およびタスク管理セクション) では、タイムシートを削除すると、 StatusReportsDeletedイベントが発生します。
UpdateStatusingSettingsメソッドは、 StatusReportsDeletedイベントがトリガーされます。Project Server 2013で、CSOM では、 Adminと同等のメソッドは含まれません。