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 : IDisposableMembers
Section titled “Members”| 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. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services