AdminEventReceiver.OnAdSyncGroupSynchronizingRemote メソッド
Admin : Project Web Appでは、指定された Active Directory グループを同期する前に発生するAdSyncGroupSynchronizedイベントのリモート プレ イベント レシーバーです。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public Overridable Function OnAdSyncGroupSynchronizingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As AdSyncGroupSynchronizingEventArgs _
) As AdSyncGroupSynchronizingEventArgs
'使用
Dim instance As AdminEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As AdSyncGroupSynchronizingEventArgs
Dim returnValue As AdSyncGroupSynchronizingEventArgs
returnValue = instance.OnAdSyncGroupSynchronizingRemote(contextInfo, _
eventHandlerUid, e)
public virtual AdSyncGroupSynchronizingEventArgs OnAdSyncGroupSynchronizingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
AdSyncGroupSynchronizingEventArgs e
)
パラメーター
contextInfo
型: Microsoft.Office.Project.Server.Library.PSContextInfoProject Server のコンテキスト情報が含まれています。
eventHandlerUid
型: System.Guidリモート イベント レシーバーの GUID を指定します。
戻り値
型: Microsoft.Office.Project.Server.Events.AdSyncGroupSynchronizingEventArgs
SetActiveDirectorySyncGroupSettings メソッドは、 AdSyncGroupSynchronizingイベントがトリガーされます。Project Server 2013で、CSOM では、 Adminと同等のメソッドは含まれません。