/// <summary> /// Sends request to the given dice to get persistent storage record value /// </summary> /// <param name='handle'> /// the handle to requested record /// </param> public void readPStorageValue(int handle) { dpc.readPStorageValue(this, handle); }