pub trait IBackgroundTaskInstance2_Impl: Sized + IBackgroundTaskInstance_Impl {
    // Required method
    fn GetThrottleCount(
        &self,
        counter: BackgroundTaskThrottleCounter
    ) -> Result<u32>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§