Click or drag to resize

OnDemandLocalFileSystemUpdateStatus Method

Updates this engine status.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual int UpdateStatus(
	OnDemandCallbackContext callbackContext,
	OnDemandLocalFileSystemStatus status
)

Parameters

callbackContext
Type: callback.ShellBoost.Core.SynchronizationOnDemandCallbackContext
The callback context.
status
Type: callback.ShellBoost.Core.SynchronizationOnDemandLocalFileSystemStatus
The status.

Return Value

Type: Int32
0 if operation was successful; otherwise an error code.
Exceptions
ExceptionCondition
ArgumentExceptioncallbackContext is null.
See Also