nn::nex::OperationManager::_Call Enumerated Type

Syntax

enum _Call;

Value

Value Description
FirstOpBeginCall The first priority operation of the OperationCallback user-defined callbacks executed before the system calls the DuplicatedObject::OperationBegin or DataSet::OperationBegin function.
ObjectOwnOpBeginCallback The system's calling priority for the DuplicatedObject::OperationBegin or DataSet::OperationBegin function.
LastOpBeginCall The last order of priority after OperationBegin has executed and just before the operation is actually conducted.
FirstOpEndCall The first order of priority after the system operation has actually been conducted.
DupSpaceMatchCallback
DiscoveryCallback
ReleaseStationReferences
ObjectOwnOpEndCallback The system's calling priority for the DuplicatedObject::OperationEnd or DataSet::OperationEnd function.
LastOpEndCall The last priority that is executed by the system after OperationEnd has executed.

Description

OperationCallback enumerated type called by OperationManager.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL