public interface IApplicationPackageFileEnumerable : IAsyncEnumerable<ApplicationPackageFileContent>,
IAsyncDisposable
Public Interface IApplicationPackageFileEnumerable
Inherits IAsyncEnumerable(Of ApplicationPackageFileContent), IAsyncDisposable
public interface class IApplicationPackageFileEnumerable : IAsyncEnumerable<ApplicationPackageFileContent^>,
IAsyncDisposable
type IApplicationPackageFileEnumerable =
interface
interface IAsyncEnumerable<ApplicationPackageFileContent>
interface IAsyncDisposable
end
DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. (Унаследован от IAsyncDisposable) |
GetAsyncEnumerator | Returns an enumerator that iterates asynchronously through the collection. (Унаследован от IAsyncEnumerableApplicationPackageFileContent) |
GetPackageAsync | Gets Пакет приложения |
TryGetFaultedResultAsync | Возвращает ошибки при загрузке приложения. Метод может выполнить запрос к серверу. Результат не равен null, но может быть пустым Empty. |