Location:
SyncMLClient.h
Link against: smlclient.lib
class RSyncMLJobBase : public RSubSessionBase;
Base class for a handle to a job.
Data synchronisation and device management job handles are implemented by derived classes.
Not intended for user derivation. Public derived classes:
RSubSessionBase
- Client-side handle to a sub-session
RSyncMLJobBase
- Base class for a handle to a job
Defined in RSyncMLJobBase
:
Close()
, Identifier()
, Profile()
Inherited from RSubSessionBase
:
CloseSubSession()
,
CreateAutoCloseSubSession()
,
CreateSubSession()
,
Send()
,
SendReceive()
,
Session()
,
SubSessionHandle()
IMPORT_C TSmlJobId Identifier() const;
The handle is open.
Returns the ID of the job referred to by this handle.
|
IMPORT_C TSmlProfileId Profile() const;
The handle is open.
Returns the ID of the profile referred to by this handle.
|
IMPORT_C void Close();
Closes the job handle. This has no effect on the actual job.