public GoogleCloudResult(string code, string key)
    {
        _response = (GP_AppStateStatusCodes)System.Convert.ToInt32(code);
        _message  = _response.ToString();

        _stateKey = System.Convert.ToInt32(key);
    }
Example #2
0
	public GoogleCloudResult (string code, string key) {
		_response = (GP_AppStateStatusCodes) System.Convert.ToInt32(code);
		_message = _response.ToString ();

		_stateKey = System.Convert.ToInt32 (key);
	}