| MvComponentAckOpenView Method |
Called by Rogue Wave Server in order to acknowledge or
rollback a view opening performed with the "acknoledged openView"
method.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax protected virtual void AckOpenView(
MvValue[] ackParams
)
Protected Overridable Sub AckOpenView (
ackParams As MvValue()
)
protected:
virtual void AckOpenView(
array<MvValue^>^ ackParams
)
Parameters
- ackParams
- Type: RW.Server.ComponentMvValue
MvValue array given to the openView method
(parameter ackParams).
Remarks
The default implementation is empty.
See Also