Catel.MVVM.ViewModelBase.SaveAsync C# (CSharp) Method

SaveAsync() protected method

Saves the data.
protected SaveAsync ( ) : Task
return Task
        protected virtual Task<bool> SaveAsync()
        {
            // Note: should be converted to a sync method in v5
            return Save();
        }