Bend.Repl.MyReplConnection.getEstimatedRemainingLogData C# (CSharp) Method

getEstimatedRemainingLogData() public method

public getEstimatedRemainingLogData ( string server_guid, RecordKeyType log_start_key ) : int
server_guid string
log_start_key RecordKeyType
return int
        public int getEstimatedRemainingLogData(string server_guid, RecordKeyType log_start_key)
        {
            return hndl.getEstimatedRemainingLogData(server_guid, log_start_key);
        }