Click or drag to resize

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.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public virtual void AckOpenView(
	MvValue[] argv
)

Parameters

argv
Type: RW.Server.ComponentMvValue
MvValue array given to the openView method (parameter ackParams) *
See Also