Catel.MVVM.ViewModelBase.CancelAsync C# (CSharp) 메소드

CancelAsync() 보호된 메소드

Cancels the editing of the data.
protected CancelAsync ( ) : Task
리턴 Task
        protected virtual Task<bool> CancelAsync()
        {
            // Note: should be converted to a sync method in v5`
            return Cancel();
        }