OnDemandLocalFileSystemReportSyncStatus Method |
Reports this instance synchronize status.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual int ReportSyncStatus(
int code,
string description,
string deviceId = null
)
Parameters
- code
- Type: SystemInt32
The code. - description
- Type: SystemString
The description. - deviceId (Optional)
- Type: SystemString
The device identifier.
Return Value
Type:
Int32
0 if operation was successful; otherwise an error code.
Exceptions See Also