AdminEventReceiver.OnAdSyncGroupSynchronizedRemote 方法
Admin — AdSyncGroupSynchronized事件都发生在 Project Server 同步在Project Web App中指定的 Active Directory 组后远程后期事件接收器。
命名空间: Microsoft.Office.Project.Server.Events
程序集: Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)
语法
声明
Public Overridable Sub OnAdSyncGroupSynchronizedRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As AdSyncGroupSynchronizedEventArgs _
)
用法
Dim instance As AdminEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As AdSyncGroupSynchronizedEventArgs
instance.OnAdSyncGroupSynchronizedRemote(contextInfo, _
eventHandlerUid, e)
public virtual void OnAdSyncGroupSynchronizedRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
AdSyncGroupSynchronizedEventArgs e
)
参数
contextInfo
类型:Microsoft.Office.Project.Server.Library.PSContextInfo包含项目的服务器的上下文信息。
eventHandlerUid
类型:System.Guid远程事件接收器的 GUID。
实现
备注
SetActiveDirectorySyncGroupSettings方法触发AdSyncGroupSynchronized事件。在Project Server 2013 CSOM 不包括Admin的等效方法。