Skip to content
Version 2.11.0
↓ Get the launcher

IUpdateRateScope interface

Holds a dynamic update-rate request made via RequestUpdateRate. Dispose to release the request. Idempotent — safe to dispose more than once.

public interface IUpdateRateScope : IDisposable
name description
IsActive { get; } True if the request is active (the user granted this plugin rate-control permission); false for the inert no-op scope returned when permission is off.