Click or drag to resize

JsonConfigurationCacheWriteTimeout Property

Gets / sets write timeout in milliseconds.

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public int WriteTimeout { get; set; }

Property Value

Int32
Remarks
Default timeout is 2 seconds.
See Also