nn::nex::FetchContext::FetchContext Constructor

Syntax

FetchContext(
     DOHandle hTargetStation = INVALID_DOHANDLE,
     qBool bSynchronousCall = true
);

Parameters

Name Description
hTargetStation [in] Specifies the station from which the duplica is being fetched.
bSynchronousCall [in] If true is specified, the call is synchronous. The function will not return until execution is completed. If false is specified, the call is asynchronous.

Description

Initializes an object.

Revision History

2011/03/04
Initial version.

CONFIDENTIAL