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

Required Methods§

fn GetThrottleCount( &self, counter: BackgroundTaskThrottleCounter, ) -> Result<u32>

Object Safety§

This trait is not object safe.

Implementors§