CancelEdit Method

Applies To

ORef

Description

Unlocks the referenceable object in the server and cancels the object update operation.

Usage

void CancelEdit(void) const throw(
OException)

Arguments

none

Remarks

Care should be taken before using this method. Calling this method also cancels any pending transaction on the connection.

Contents