nn::nex::HostMigrationCallback::Unregister Member Function

Syntax

void Unregister(
     qUnsignedInt32 idGathering
);

Parameters

Name Description
in idGathering ID of the gathering to be deleted.

Return Values

None.

Description

Deletes from a host migration target.

Deletes from a host migration target. This function does nothing when the Register function has not been called on the specified gathering ID. Run this function before terminating using the NetZTerminate function.

Revision History

2014/04/03
The function used to stop on assert when the Register function had not been called on the specified gathering ID, but the function now ends successfully without doing anything.
2011/01/27
Initial version.

CONFIDENTIAL