Rogue Wave Server Component library for .NET Reference Guide
|
|
RpObjectBeforeDeletion Method |
Called between the beginS2CUpdate and the endS2CUpdate in
the transaction that delete the RpObject.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
public virtual void BeforeDeletion( int transId )
Public Overridable Sub BeforeDeletion ( transId As Integer )
public: virtual void BeforeDeletion( int transId )
Parameters
- transId
- Type: SystemInt32
the transaction id.
RpObject will be effectively destroyed just after the
endS2CUpdate. Default implementation do nothing.
Copyright© 2017, Rogue Wave Software, Inc. All Rights Reserved.
Send comments on this topic to
Give us feedback