StatusingEventReceiverServiceProxyClient.OnAppliedRemote - Méthode
Espace de noms : Microsoft.Office.Project.Server.Events
Assembly : Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntaxe
'Déclaration
Public Sub OnAppliedRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As StatusingPostApplyEventArgs _
)
'Utilisation
Dim instance As StatusingEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As StatusingPostApplyEventArgs
instance.OnAppliedRemote(contextInfo, _
eventHandlerUid, e)
public void OnAppliedRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
StatusingPostApplyEventArgs e
)
Paramètres
- contextInfo
Type : Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Type : System.Guid
Implémentations
IStatusingEventReceiverRemote.OnAppliedRemote(PSContextInfo, Guid, StatusingPostApplyEventArgs)
Voir aussi
Référence
StatusingEventReceiverServiceProxyClient classe