BuildIt.Media.BaseCortanaBackgroundTask.OnVoiceCommandCompleted C# (CSharp) 메소드

OnVoiceCommandCompleted() 개인적인 메소드

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