BaconographyW8.PlatformServices.SystemServices.StartThreadPoolTimer C# (CSharp) Method

StartThreadPoolTimer() public method

public StartThreadPoolTimer ( Task>.Func action, System.TimeSpan timer ) : void
action Task>.Func
timer System.TimeSpan
return void
        public void StartThreadPoolTimer(Func<object, Task> action, TimeSpan timer)
        {
            throw new NotImplementedException();
        }