MobileBroadbandNetwork.GetCellsInfoAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a **MobileBroadbandCellsInfo** object that contains all serving and neighboring cell information when device is registered to a network.
Note
This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators.
If you want to use this API and publish your app to the Microsoft Store, then you'll need special approval. For more information, see the Restricted capabilities section in the App capability declarations topic.
public:
virtual IAsyncOperation<MobileBroadbandCellsInfo ^> ^ GetCellsInfoAsync() = GetCellsInfoAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MobileBroadbandCellsInfo> GetCellsInfoAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MobileBroadbandCellsInfo> GetCellsInfoAsync();
function getCellsInfoAsync()
Public Function GetCellsInfoAsync () As IAsyncOperation(Of MobileBroadbandCellsInfo)
Returns
An asynchronous operation that returns a **MobileBroadbandCellsInfo** object upon completion.
- Attributes
Windows requirements
Device family |
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v5.0)
|
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|