* OpenGridServices.Manager/GridServerConnectionManager.cs: Now sending
the session ID with each commandzircon^2
parent
e6b3c83b7d
commit
ec036a6eb0
|
@ -45,6 +45,7 @@ namespace OpenGridServices.Manager
|
||||||
try {
|
try {
|
||||||
Hashtable ShutdownParamsHT = new Hashtable();
|
Hashtable ShutdownParamsHT = new Hashtable();
|
||||||
ArrayList ShutdownParams = new ArrayList();
|
ArrayList ShutdownParams = new ArrayList();
|
||||||
|
ShutdownParamsHT["session_id"]=this.SessionID.ToString();
|
||||||
ShutdownParams.Add(ShutdownParamsHT);
|
ShutdownParams.Add(ShutdownParamsHT);
|
||||||
XmlRpcRequest GridShutdownReq = new XmlRpcRequest("shutdown",ShutdownParams);
|
XmlRpcRequest GridShutdownReq = new XmlRpcRequest("shutdown",ShutdownParams);
|
||||||
XmlRpcResponse GridResp = GridShutdownReq.Send(this.ServerURL,3000);
|
XmlRpcResponse GridResp = GridShutdownReq.Send(this.ServerURL,3000);
|
||||||
|
|
Loading…
Reference in New Issue