Click or drag to resize

OnDemandLocalFileSystem.UpdateStatus 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.Synchronization.OnDemandCallbackContext
The callback context.
status
Type: callback.ShellBoost.Core.Synchronization.OnDemandLocalFileSystemStatus
The status.

Return Value

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