BuildIt.Media.BaseCortanaBackgroundTask.OnVoiceCommandCompleted C# (CSharp) Method

OnVoiceCommandCompleted() private method

private OnVoiceCommandCompleted ( VoiceCommandServiceConnection sender, VoiceCommandCompletedEventArgs args ) : void
sender VoiceCommandServiceConnection
args VoiceCommandCompletedEventArgs
return void
        private void OnVoiceCommandCompleted(
    VoiceCommandServiceConnection sender, VoiceCommandCompletedEventArgs args)
        {
            if (this.serviceDeferral != null)
            {
                this.serviceDeferral.Complete();
            }
        }