nn::nex::MigrationContext::MigrationContext Constructor

Syntax

MigrationContext(
     qBool bSynchronousCall = true
);

Parameters

Name Description
bSynchronousCall [in] Specifies whether to migrate synchronously. The default is true (migrate synchronously).

Description

Initializes an object.

By default, migration of duplicated objects (transferring control of the objects) is synchronous. When migration is synchronous, the system process does not return until either migration completes or an error occurs. You can use the DOCallContext::Wait function to wait until an asynchronous call ends.

To directly specify an object and migrate it, use the DuplicatedObject::Emigrate function.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL