InvokeRequest.RequestData Property
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.
Contains a dictionary of data series, where there's one data series for each data source specified by the capability. Each data series is identified by the SeriesContext that's defined by the capability when it's registered.
public:
property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Collections::Generic::IReadOnlyList<Microsoft::SystemInsights::Capability::DataSeries ^> ^> ^ RequestData { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Collections::Generic::IReadOnlyList<Microsoft::SystemInsights::Capability::DataSeries ^> ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,System.Collections.Generic.IReadOnlyList<Microsoft.SystemInsights.Capability.DataSeries>> RequestData { get; }
member this.RequestData : System.Collections.Generic.IReadOnlyDictionary<string, System.Collections.Generic.IReadOnlyList<Microsoft.SystemInsights.Capability.DataSeries>>
Public ReadOnly Property RequestData As IReadOnlyDictionary(Of String, IReadOnlyList(Of DataSeries))