Cancel

nn::boss::NsaList::Cancel Member Function

Syntax

nn::Result Cancel(
     void
);

Parameters

None.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.

Value Description
Result::IsSuccess The cancel process was accepted. (Only Success is returned as the return value because Cancel executes asynchronously.)

Description

Cancels download of the NSA list.

Use this to cancel the blocking API call NsaList::Download while it is running.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL