ChatterBox.Client.Win8dot1.Services.ForegroundSignalingUpdateService.RunOnUiThread C# (CSharp) Method

RunOnUiThread() protected method

protected RunOnUiThread ( System.Action fn ) : void
fn System.Action
return void
        protected void RunOnUiThread(Action fn)
        {
            var asyncOp = _uiDispatcher.RunAsync(CoreDispatcherPriority.Normal, new DispatchedHandler(fn));
        }