ProtectionEngineSettings.TemplateRefreshRate 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.
How often we should fetch templates from cloud, versus using a cached copy. A value of 0 means we will never cache Templates for this engine. This is the default. Will only recognize whole hours. Less than 1 hour will be treated as always refresh (default).
public TimeSpan TemplateRefreshRate { get; set; }
member this.TemplateRefreshRate : TimeSpan with get, set
Public Property TemplateRefreshRate As TimeSpan