Click or drag to resize

ShellFolderServerProxyCacheTimeout Property

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

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

Property Value

Type: Int32
The IPC cache timeout.
See Also