次の方法で共有


AdminEventReceiverServiceProxyClient.OnAdSyncGroupSynchronizedRemote メソッド

名前空間:  Microsoft.Office.Project.Server.Events
アセンブリ:  Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)

構文

'宣言
Public Sub OnAdSyncGroupSynchronizedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As AdSyncGroupSynchronizedEventArgs _
)
'使用
Dim instance As AdminEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As AdSyncGroupSynchronizedEventArgs

instance.OnAdSyncGroupSynchronizedRemote(contextInfo, _
    eventHandlerUid, e)
public void OnAdSyncGroupSynchronizedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    AdSyncGroupSynchronizedEventArgs e
)

パラメーター

実装

IAdminEventReceiverRemote.OnAdSyncGroupSynchronizedRemote(PSContextInfo, Guid, AdSyncGroupSynchronizedEventArgs)

関連項目

参照先

AdminEventReceiverServiceProxyClient クラス

AdminEventReceiverServiceProxyClient メンバー

Microsoft.Office.Project.Server.Events 名前空間