InvokeRequest Constructor
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.
Constructor for InvokeRequest
public:
InvokeRequest(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Collections::Generic::IReadOnlyList<Microsoft::SystemInsights::Capability::DataSeries ^> ^> ^ requestData);
public InvokeRequest (System.Collections.Generic.IReadOnlyDictionary<string,System.Collections.Generic.IReadOnlyList<Microsoft.SystemInsights.Capability.DataSeries>> requestData);
new Microsoft.SystemInsights.Capability.InvokeRequest : System.Collections.Generic.IReadOnlyDictionary<string, System.Collections.Generic.IReadOnlyList<Microsoft.SystemInsights.Capability.DataSeries>> -> Microsoft.SystemInsights.Capability.InvokeRequest
Public Sub New (requestData As IReadOnlyDictionary(Of String, IReadOnlyList(Of DataSeries)))
Parameters
- requestData
- IReadOnlyDictionary<String,IReadOnlyList<DataSeries>>