ResourceEventReceiverServiceProxyClient.OnDeactivatingRemote 方法

命名空间:  Microsoft.Office.Project.Server.Events
程序集:  Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

语法

声明
Public Function OnDeactivatingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ResourceDeactivatePreEventArgs _
) As ResourceDeactivatePreEventArgs
用法
Dim instance As ResourceEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ResourceDeactivatePreEventArgs
Dim returnValue As ResourceDeactivatePreEventArgs

returnValue = instance.OnDeactivatingRemote(contextInfo, _
    eventHandlerUid, e)
public ResourceDeactivatePreEventArgs OnDeactivatingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ResourceDeactivatePreEventArgs e
)

参数

返回值

类型:Microsoft.Office.Project.Server.Events.ResourceDeactivatePreEventArgs

实现

IResourceEventReceiverRemote.OnDeactivatingRemote(PSContextInfo, Guid, ResourceDeactivatePreEventArgs)

另请参阅

引用

ResourceEventReceiverServiceProxyClient 类

ResourceEventReceiverServiceProxyClient 成员

Microsoft.Office.Project.Server.Events 命名空间