Example #1
0
 public bool IsDoneExcept(FilterDelegate <IAsyncTask> filter)
 {
     return(mLoader.IsDoneExcept(filter));
 }