| RpObjectAckOpenView Method |
This function is called by Rogue Wave Server in order to acknowledge or
rollback a view opening performed with the acknoledged openView
method.This function has an empty implementation and can be overriden.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual void AckOpenView(
MvValue[] argv
)
Public Overridable Sub AckOpenView (
argv As MvValue()
)
public:
virtual void AckOpenView(
array<MvValue^>^ argv
)
Parameters
- argv
- Type: RW.Server.ComponentMvValue
MvValue array given to the openView method
(parameter ackParams) *
See Also