2using System.Collections.Generic;
Defines a new SimulationResult endpoint off the current resource.
T DefaultOptions
The default simulation options for the type T .
IRestResponse GetStream(Action< Stream > consumeStream, T options=null, bool blocking=true, int? timeout=null, IEnumerable< Parameter > requestParameters=null)
Performs a GET for this simulation result and streams the result to the specified handler,...
SimulationResult(IAPIResourceView owner, string relativePath)
Defines a new SimulationResult endpoint off the current resource.
IRestResponse Head(T options=null, int? timeout=null, IEnumerable< Parameter > requestParameters=null)
Perform a HEAD request for this simulation result. This can be used to determine whether the result i...
string Get(T options=null, bool blocking=true, int? timeout=null, IEnumerable< Parameter > requestParameters=null)
Performs a GET for this simulation result and returns the response as string.
Describes an additional data sub-resource available off a resource. Endpoint supports GET and PUT.
Describes a collection of resources which can be listed.
API methods / requests made available to the user.
Optional parameters which can be specified for all simulation result requests. Includes a variety of ...
Determines the behaviour of the API when automatically retrying a request whose result is not yet rea...
Helper class which makes it easier to build a set of request parameters.
RequestParameters AddParameters(IEnumerable< Parameter > collection)
Adds the specified parameters to this list and returns the list.
PortfolioView and LayerView interface.