nn::dlp::CTR::Server::StartDistribute Member Function

Syntax

static nn::Result StartDistribute();

Arguments

None.

Return Values

Returns the result of the operation.

Description

Starts data distribution for all download sessions.

Use this function after calling the OpenSessions function. After this function is called, clients cannot connect. This function disconnects any clients in the CLIENT_STATE_WAITING_ACCEPT state.
The server continues to wait for clients that have run system updates to reconnect after they reboot.
However, clients will not always necessarily reconnect, so make sure that users can cancel distribution at any time.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL