MigrationContext( qBool bSynchronousCall = true );
Name | Description | |
---|---|---|
bSynchronousCall | [in] Specifies whether to migrate synchronously. The default is true (migrate synchronously). |
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.
CONFIDENTIAL