Click or drag to resize

AMLHttpClientLibraryServiceGetAMLFilestreamsFromZipArchiveAsync Method

Get all streams from a zip-Stream, which are recognized as AutomationML Files, which are either AutomationML XML documents or AutomationML containers

Namespace: Aml.Engine.Services.LibraryService
Assembly: Aml.Engine.Services.LibraryService (in Aml.Engine.Services.LibraryService.dll) Version: 1.0
Syntax
public Task<List<AMLResourceStream>> GetAMLFilestreamsFromZipArchiveAsync(
	Stream stream
)

Parameters

stream  Stream
The zip-archive stream

Return Value

TaskListAMLResourceStream
All AMLResourceStream elements, found in the zip-archive.
See Also