InvokeRequest Class

Definition

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.

Applies to