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

LoadAsync() public method

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