Beispiel #1
0
 /// <inheritdoc/>
 public virtual Task <bool> CanCloseAsync()
 {
     return(TaskHelper.FromResult(true));
 }