GetExcludedLockedAsync Method
Overloads
| GetExcludedLockedAsync(IEnumerable<NxPage>) | 
             Get Excluded Locked data from specific pages asynchronously  | 
        
      
    
GetExcludedLockedAsync(IEnumerable<NxPage>)
Get Excluded Locked data from specific pages asynchronously
Declaration
      Task<IEnumerable<NxDataPage>> GetExcludedLockedAsync(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  |