Click or drag to resize

OnDemandLocalFileSystemReportSyncStatus Method

Reports this instance synchronize status.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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
ExceptionCondition
ArgumentNullExceptiondescription is null.
See Also