MemorySearchTool.UpdateDelay Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The amount of time to wait after inactivity before updating memories with messages from the call (e.g., '0s', '5m'). Defaults to '60s'.
public TimeSpan? UpdateDelay { get; set; }
member this.UpdateDelay : Nullable<TimeSpan> with get, set
Public Property UpdateDelay As Nullable(Of TimeSpan)