ChatterBox.Client.Universal.Background.Tasks.ForegroundAppServiceTask.Close C# (CSharp) Method

Close() private method

private Close ( ) : void
return void
        private void Close()
        {
            Hub.Instance.ForegroundTask = null;
            Hub.Instance.ForegroundConnection = null;
            _deferral?.Complete();
        }
    }
ForegroundAppServiceTask