Method | Description | |
---|---|---|
TriggerResult ( HttpResponseMessage response, string responseContent ) : System |
Constructs a new instance of a TriggerResult based upon a passed in Rest Response
|
public TriggerResult ( HttpResponseMessage response, string responseContent ) : System | ||
response | HttpResponseMessage | The Rest Response which will form the basis of this Trigger Result |
responseContent | string | The response content as a string |
return | System |