diff options
Diffstat (limited to 'Common/OpenGrid.Framework.Communications.OGS1/OGS1GridServices.cs')
-rw-r--r-- | Common/OpenGrid.Framework.Communications.OGS1/OGS1GridServices.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Common/OpenGrid.Framework.Communications.OGS1/OGS1GridServices.cs b/Common/OpenGrid.Framework.Communications.OGS1/OGS1GridServices.cs index f763446..a67f55d 100644 --- a/Common/OpenGrid.Framework.Communications.OGS1/OGS1GridServices.cs +++ b/Common/OpenGrid.Framework.Communications.OGS1/OGS1GridServices.cs | |||
@@ -124,6 +124,15 @@ namespace OpenGrid.Framework.Communications.OGS1 | |||
124 | return neighbours; | 124 | return neighbours; |
125 | } | 125 | } |
126 | 126 | ||
127 | /// <summary> | ||
128 | /// Performs a XML-RPC query against the grid server returning mapblock information in the specified coordinates | ||
129 | /// </summary> | ||
130 | /// <remarks>REDUNDANT - OGS1 is to be phased out in favour of OGS2</remarks> | ||
131 | /// <param name="minX">Minimum X value</param> | ||
132 | /// <param name="minY">Minimum Y value</param> | ||
133 | /// <param name="maxX">Maximum X value</param> | ||
134 | /// <param name="maxY">Maximum Y value</param> | ||
135 | /// <returns>Hashtable of hashtables containing map data elements</returns> | ||
127 | private Hashtable MapBlockQuery(int minX, int minY, int maxX, int maxY) | 136 | private Hashtable MapBlockQuery(int minX, int minY, int maxX, int maxY) |
128 | { | 137 | { |
129 | Hashtable param = new Hashtable(); | 138 | Hashtable param = new Hashtable(); |