Visual Basic (Declaration) | |
---|---|
Public MustOverride Function ApplyToMeasurements( _ ByVal ParamArray measurements() As Measurement _ ) As StatusMessage() |
C# | |
---|---|
public abstract StatusMessage[] ApplyToMeasurements( params Measurement[] measurements ) |
C++/CLI | |
---|---|
public: abstract array<StatusMessage^>^ ApplyToMeasurements( ... array<Measurement^>^ measurements ) |
Parameters
- measurements
- Measurements to apply the new radio context to.
Return Value
A list of status messages that indicates important information about how the application of the configuration was processed.Measurements must support the new radio context for it to be applied properly. This can be validated with IsSupported(Measurement). If a measurement does not support the new radio context, an System.InvalidOperationException will be thrown.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)