UpdateMemoriesRequest.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.
Timeout period before processing the memory update in seconds. If a new update request is received during this period, it will cancel the current request and reset the timeout. Set to 0 to immediately trigger the update without delay. Defaults to 300 (5 minutes).
public int? UpdateDelay { get; }
member this.UpdateDelay : Nullable<int>
Public ReadOnly Property UpdateDelay As Nullable(Of Integer)