IResourceEventReceiverRemote.OnCreatingRemote-Methode
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 OnCreatingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As ResourceCreatePreEventArgs _
) As ResourceCreatePreEventArgs
'Usage
Dim instance As IResourceEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ResourceCreatePreEventArgs
Dim returnValue As ResourceCreatePreEventArgs
returnValue = instance.OnCreatingRemote(contextInfo, _
eventHandlerUid, e)
[OperationContractAttribute]
ResourceCreatePreEventArgs OnCreatingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
ResourceCreatePreEventArgs e
)
Parameter
- contextInfo
Typ: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Typ: System.Guid
Rückgabewert
Typ: Microsoft.Office.Project.Server.Events.ResourceCreatePreEventArgs
Siehe auch
Referenz
IResourceEventReceiverRemote Schnittstelle