diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Data/RegionProfileData.cs | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/OpenSim/Framework/Data/RegionProfileData.cs b/OpenSim/Framework/Data/RegionProfileData.cs index 8119d01..3dbe27f 100644 --- a/OpenSim/Framework/Data/RegionProfileData.cs +++ b/OpenSim/Framework/Data/RegionProfileData.cs | |||
@@ -182,7 +182,15 @@ namespace OpenSim.Framework.Data | |||
182 | return simData; | 182 | return simData; |
183 | } | 183 | } |
184 | 184 | ||
185 | public RegionProfileData RequestSimProfileData(ulong region_handle, string gridserver_url, | 185 | /// <summary> |
186 | /// Request sim profile information from a grid server | ||
187 | /// </summary> | ||
188 | /// <param name="region_handle"></param> | ||
189 | /// <param name="gridserver_url"></param> | ||
190 | /// <param name="gridserver_sendkey"></param> | ||
191 | /// <param name="gridserver_recvkey"></param> | ||
192 | /// <returns>The sim profile. Null if there was a request failure</returns> | ||
193 | public static RegionProfileData RequestSimProfileData(ulong region_handle, string gridserver_url, | ||
186 | string gridserver_sendkey, string gridserver_recvkey) | 194 | string gridserver_sendkey, string gridserver_recvkey) |
187 | { | 195 | { |
188 | Hashtable requestData = new Hashtable(); | 196 | Hashtable requestData = new Hashtable(); |