/// <exception cref="System.IO.IOException"/> public RemoteEditLogManifest Call() { QJournalProtocolProtos.GetEditLogManifestResponseProto ret = this._enclosing.GetProxy ().GetEditLogManifest(this._enclosing.journalId, fromTxnId, inProgressOk); // Update the http port, since we need this to build URLs to any of the // returned logs. this._enclosing.ConstructHttpServerURI(ret); return(PBHelper.Convert(ret.GetManifest())); }