void SetTargetStation( DOHandle hTargetStation );
Name | Description | |
---|---|---|
in | hTargetStation | Handle of the station that is the target of the call. |
Sets the target station of the call.
The CallOnTargetStation
flag is automatically set when this function is called. If no arguments have been set for the constructor, INVALID_DOHANDLE
results for the target station. The meaning of "target station" differs depending on the object class (derived class). For example, with RMCContext
, the term "target station" is the remote method call (RMC) call destination. With FetchContext
, it is the station whose duplicas are being fetched. With MigrationContext
, it is the station being migrated to.
CONFIDENTIAL