IAdminEventReceiverRemote.OnAdSyncGroupSynchronizingRemote method
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function OnAdSyncGroupSynchronizingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As AdSyncGroupSynchronizingEventArgs _
) As AdSyncGroupSynchronizingEventArgs
'Usage
Dim instance As IAdminEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As AdSyncGroupSynchronizingEventArgs
Dim returnValue As AdSyncGroupSynchronizingEventArgs
returnValue = instance.OnAdSyncGroupSynchronizingRemote(contextInfo, _
eventHandlerUid, e)
[OperationContractAttribute]
AdSyncGroupSynchronizingEventArgs OnAdSyncGroupSynchronizingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
AdSyncGroupSynchronizingEventArgs e
)
Parameters
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Type: System.Guid
Return value
Type: Microsoft.Office.Project.Server.Events.AdSyncGroupSynchronizingEventArgs
See also
Reference
IAdminEventReceiverRemote interface