예제 #1
0
 public async Task<IDictionary<Guid, DateTime>> GetManagedMediaItemAspectCreationDatesAsync()
 {
   try
   {
     return await _contentDirectory.GetAllManagedMediaItemAspectCreationDatesAsync();
   }
   catch (Exception)
   {
     throw new DisconnectedException();
   }
 }