GetLockedAsync Method
Overloads
GetLockedAsync(IEnumerable<NxPage>) |
Get Locked data from specific pages asynchronously |
GetLockedAsync(IEnumerable<NxPage>)
Get Locked data from specific pages asynchronously
Declaration
public Task<IEnumerable<NxDataPage>> GetLockedAsync(IEnumerable<NxPage> pages)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<NxPage> | pages |
the pages to retrieve |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<NxDataPage>> |
a Task that retrieves the data available in the pages requested |
Implements
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!