C# Class HA4IoT.ExternalServices.AzureCloud.QueueBasedApiContext

Inheritance: HA4IoT.Contracts.Api.ApiContext
Show file Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Public Methods

Method Description
QueueBasedApiContext ( string correlationId, string uri, Newtonsoft.Json.Linq.JObject request, Newtonsoft.Json.Linq.JObject response ) : System

Method Details

QueueBasedApiContext() public method

public QueueBasedApiContext ( string correlationId, string uri, Newtonsoft.Json.Linq.JObject request, Newtonsoft.Json.Linq.JObject response ) : System
correlationId string
uri string
request Newtonsoft.Json.Linq.JObject
response Newtonsoft.Json.Linq.JObject
return System