Click or drag to resize

ShellFolderServerProxyCacheTimeout Property

Gets or sets the IPC cache timeout in milliseconds. The maximum value is 65535.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int ProxyCacheTimeout { get; set; }

Property Value

Type: Int32
The IPC cache timeout.
See Also