Click or drag to resize

CloudAPI Class

API for making http requests to the cloud.
Inheritance Hierarchy
SystemObject
  ErrorClass
    API
      Nexpaq.APIsCloudAPI

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public class CloudAPI : API

The CloudAPI type exposes the following members.

Constructors
  NameDescription
Public methodCloudAPI
Initializes a new instance of the CloudAPI class.
Top
Methods
  NameDescription
Public methodGetDataset
Gets the dataset from cloud.
Public methodRequest
Makes an http request to a specific end point in the cloud.
Public methodRequestProductInfo
Requests the product info from cloud.
Public methodSaveDataset
Saves the dataset to cloud.
Protected methodTriggerError (Inherited from ErrorClass.)
Top
Events
  NameDescription
Public eventError (Inherited from ErrorClass.)
Top
See Also