JryVideo.Viewer.VideoViewer.VideoViewerViewModel.AutoCompleteAsync C# (CSharp) Method

AutoCompleteAsync() public method

public AutoCompleteAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
        public async Task AutoCompleteAsync()
        {
            await this.InfoView.AutoCompleteAsync();
            await this.VideoRoleCollection.AutoCompleteAsync();
        }