getPid() public method

public getPid ( ) : string
return string
Example #1
0
 public void InsertProgtoSC(SwarmMemory sm)
 {
     mSocket.InsertProg(sm.getPid(), sm);
 }