InvokeRequest Class
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.
This class represents the object being passed to the capability when it is invoked.
public ref class InvokeRequest : MarshalByRefObject
public class InvokeRequest : MarshalByRefObject
type InvokeRequest = class
inherit MarshalByRefObject
Public Class InvokeRequest
Inherits MarshalByRefObject
- Inheritance
-
InvokeRequest
Constructors
InvokeRequest(IReadOnlyDictionary<String,IReadOnlyList<DataSeries>>) |
Constructor for InvokeRequest |
Properties
RequestData |
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. |