Catel.MVVM.ViewModelBase.SaveAsync C# (CSharp) Méthode

SaveAsync() protected méthode

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